Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dmbrtowc.c42 # define c11_threads_in_use() (thrd_exit != NULL) macro
44 # define c11_threads_in_use() 0 macro
H A 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 ())
H A Dmbtowc-lock.h80 (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.h83 #if !defined c11_threads_in_use
85 # define c11_threads_in_use() 1 macro
89 # define c11_threads_in_use() (thrd_exit != NULL) macro
91 # define c11_threads_in_use() 0 macro
280 (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A DChangeLog589 * import/glthread/lock.h (c11_threads_in_use): Update.