Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp61 static bool IsQueueSerial(dispatch_queue_t q) { in IsQueueSerial() function
97 bool is_queue_serial = q && IsQueueSerial(q); \