Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dsetlocale_null.c44 # define c11_threads_in_use() (thrd_exit != NULL) macro
46 # define c11_threads_in_use() 0 macro
219 (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
Dlock.h83 #if !defined c11_threads_in_use
87 # define c11_threads_in_use() (thrd_exit != NULL) macro
89 # define c11_threads_in_use() 0 macro
278 (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())