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

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h242 next_ticket; // ticket number to give to next thread which acquires member in struct:kmp_base_ticket_lock
255 next_ticket; // ticket number to give to next thread which acquires member in struct:kmp_base_ticket_lock
375 next_ticket; // ticket number to give to next thread which acquires member in struct:kmp_base_queuing_lock
462 std::atomic<kmp_uint64> next_ticket; member in struct:kmp_base_drdpa_lock
H A Dkmp_lock.cpp680 kmp_uint32 next_ticket = my_ticket + 1; local
2383 kmp_uint64 next_ticket = ticket + 1; local
[all...]

Completed in 113 milliseconds