Home
last modified time | relevance | path

Searched refs:bget_list (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp257 th->th.th_local.bget_list = 0; in set_thr_data()
279 void *p = TCR_SYNC_PTR(th->th.th_local.bget_list); in __kmp_bget_dequeue()
284 volatile void *old_value = TCR_SYNC_PTR(th->th.th_local.bget_list); in __kmp_bget_dequeue()
285 while (!KMP_COMPARE_AND_STORE_PTR(&th->th.th_local.bget_list, in __kmp_bget_dequeue()
288 old_value = TCR_SYNC_PTR(th->th.th_local.bget_list); in __kmp_bget_dequeue()
299 p = (void *)th->th.th_local.bget_list; in __kmp_bget_dequeue()
300 th->th.th_local.bget_list = 0; in __kmp_bget_dequeue()
346 volatile void *old_value = TCR_PTR(th->th.th_local.bget_list); in __kmp_bget_enqueue()
351 while (!KMP_COMPARE_AND_STORE_PTR(&th->th.th_local.bget_list, in __kmp_bget_enqueue()
354 old_value = TCR_PTR(th->th.th_local.bget_list); in __kmp_bget_enqueue()
[all …]
H A Dkmp.h2388 void *bget_list; member