Searched refs:c11_threads_in_use (Results 1 – 5 of 5) sorted by relevance
42 # define c11_threads_in_use() (thrd_exit != NULL) macro44 # define c11_threads_in_use() 0 macro
44 # define c11_threads_in_use() (thrd_exit != NULL) macro46 # define c11_threads_in_use() 0 macro219 (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
80 (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
83 #if !defined c11_threads_in_use85 # define c11_threads_in_use() 1 macro89 # define c11_threads_in_use() (thrd_exit != NULL) macro91 # define c11_threads_in_use() 0 macro280 (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
589 * import/glthread/lock.h (c11_threads_in_use): Update.