Skip to content

Commit

Permalink
Merge pull request #7536 from keithc-ca/thread_times
Browse files Browse the repository at this point in the history
UMA: export omrthread_get_thread_times()
  • Loading branch information
babsingh authored Nov 7, 2024
2 parents 37bcd8e + 9c1ef0f commit 1efa2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thread/thread_include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ define WRITE_COMMON_THREAD_EXPORTS
@echo omrthread_get_cpu_time_ex >>$@
@echo omrthread_get_self_cpu_time >>$@
@echo omrthread_get_process_times >>$@
@echo omrthread_get_thread_times >>$@

@echo omrthread_get_handle >>$@
@echo omrthread_get_stack_size >>$@
Expand Down

0 comments on commit 1efa2af

Please sign in to comment.