Searched defs:now_serving (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h243 std::atomic_uint now_serving; // ticket number for thread which holds the lock member in struct:kmp_base_ticket_lock
257 now_serving; // ticket number for thread which holds the lock member in struct:kmp_base_ticket_lock
377 now_serving; // ticket number for thread which holds the lock member in struct:kmp_base_queuing_lock
477 kmp_uint64 now_serving; // doesn't have to be volatile member in struct:kmp_base_drdpa_lock
H A Dkmp_lock.cpp618 static kmp_uint32 __kmp_bakery_check(void *now_serving, kmp_uint32 my_ticket) { argument
[all...]

Completed in 179 milliseconds