Searched refs:ds_thread (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 933 if (TerminateThread(th->th.th_info.ds.ds_thread, (DWORD)-1) == FALSE) { in __kmp_terminate_thread() 936 __kmp_free_handle(th->th.th_info.ds.ds_thread); in __kmp_terminate_thread() 1166 (LPVOID)th, th->th.th_info.ds.ds_thread)); in __kmp_create_worker() 1210 th->th.th_info.ds.ds_thread = handle; in __kmp_create_worker() 1276 th->th.th_info.ds.ds_thread = handle; in __kmp_create_monitor() 1281 (void *)th->th.th_info.ds.ds_thread)); in __kmp_create_monitor() 1293 rc = GetExitCodeThread(th->th.th_info.ds.ds_thread, exit_val); in __kmp_is_thread_alive() 1351 __kmp_free_handle(th->th.th_info.ds.ds_thread); in __kmp_reap_common() 1366 th->th.th_info.ds.ds_gtid, th->th.th_info.ds.ds_thread)); in __kmp_reap_common() 1368 th->th.th_info.ds.ds_thread = 0; in __kmp_reap_common() [all …]
|
| H A D | z_Linux_util.cpp | 433 status = pthread_cancel(th->th.th_info.ds.ds_thread); in __kmp_terminate_thread() 776 th->th.th_info.ds.ds_thread = pthread_self(); in __kmp_create_worker() 852 th->th.th_info.ds.ds_thread = handle; in __kmp_create_worker() 983 th->th.th_info.ds.ds_thread = handle; in __kmp_create_monitor() 1008 th->th.th_info.ds.ds_thread)); in __kmp_create_monitor() 1030 th->th.th_info.ds.ds_thread)); in __kmp_reap_monitor() 1047 status = pthread_kill(th->th.th_info.ds.ds_thread, 0); in __kmp_reap_monitor() 1052 status = pthread_join(th->th.th_info.ds.ds_thread, &exit_val); in __kmp_reap_monitor() 1062 th->th.th_info.ds.ds_thread)); in __kmp_reap_monitor() 1083 status = pthread_join(th->th.th_info.ds.ds_thread, &exit_val); in __kmp_reap_worker()
|
| H A D | kmp_omp.h | 122 offset_and_size_t ds_thread; // native thread id member
|
| H A D | ompd-specific.h | 58 OMPD_ACCESS(kmp_desc_base_t, ds_thread) \
|
| H A D | kmp_debugger.cpp | 119 offset_and_size_of(kmp_desc_base_t, ds_thread),
|
| H A D | kmp.h | 2304 kmp_thread_t ds_thread; member
|
| H A D | kmp_runtime.cpp | 4133 root->r.r_uber_thread->th.th_info.ds.ds_thread)); in __kmp_reset_root() 4134 __kmp_free_handle(root->r.r_uber_thread->th.th_info.ds.ds_thread); in __kmp_reset_root()
|