HomeSort by: relevance | last modified time | path
    Searched defs:c11_threads_in_use (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
mbrtowc.c 42 # define c11_threads_in_use() (thrd_exit != NULL) macro
44 # define c11_threads_in_use() 0 macro
setlocale_null.c 44 # 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 ())
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbrtowc.c 42 # define c11_threads_in_use() (thrd_exit != NULL) macro
44 # define c11_threads_in_use() 0 macro
setlocale_null.c 44 # 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 ())
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.h 83 #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 ())
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.h 83 #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 ())

Completed in 28 milliseconds