Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dallocatestack.c1178 int *const gscope_flagp = &t->header.gscope_flag; in __wait_lookup_done() local
1183 if (atomic_compare_and_exchange_bool_acq (gscope_flagp, in __wait_lookup_done()
1189 lll_futex_wait (gscope_flagp, THREAD_GSCOPE_FLAG_WAIT, LLL_PRIVATE); in __wait_lookup_done()
1190 while (*gscope_flagp == THREAD_GSCOPE_FLAG_WAIT); in __wait_lookup_done()
1200 int *const gscope_flagp = &t->header.gscope_flag; in __wait_lookup_done() local
1205 if (atomic_compare_and_exchange_bool_acq (gscope_flagp, in __wait_lookup_done()
1211 lll_futex_wait (gscope_flagp, THREAD_GSCOPE_FLAG_WAIT, LLL_PRIVATE); in __wait_lookup_done()
1212 while (*gscope_flagp == THREAD_GSCOPE_FLAG_WAIT); in __wait_lookup_done()

Completed in 4 milliseconds