Home
last modified time | relevance | path

Searched refs:th_active (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h731 th->th.th_active = FALSE;
777 th->th.th_active = TRUE;
H A Dz_Windows_NT_util.cpp417 th->th.th_active = FALSE; in __kmp_suspend_template()
451 th->th.th_active = TRUE; in __kmp_suspend_template()
H A Dz_Linux_util.cpp1528 th->th.th_active = FALSE; in __kmp_suspend_template()
1602 th->th.th_active = TRUE; in __kmp_suspend_template()
H A Dkmp_runtime.cpp4449 KMP_DEBUG_ASSERT(new_thr->th.th_active == TRUE); in __kmp_allocate_thread()
4668 TCW_4(new_thr->th.th_active, TRUE); in __kmp_allocate_thread()
5978 if (this_th->th.th_active == TRUE) { in __kmp_free_thread()
8189 if (hot_team->t.t_threads[i]->th.th_active) { in __kmp_active_hot_team_nproc()
H A Dkmp.h3039 int th_active; // ! sleeping; 32 bits for TCR/TCW member