Searched refs:IsQueueSerial (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp57 static bool IsQueueSerial(dispatch_queue_t q) { function in namespace:__tsan
93 bool is_queue_serial = q && IsQueueSerial(q); \

Completed in 63 milliseconds