Searched refs:HAVE_PTHREAD (Results 1 – 25 of 53) sorted by relevance
123
/third_party/pulseaudio/src/tests/ |
D | once-test.c | 22 #ifdef HAVE_PTHREAD 47 #ifdef HAVE_PTHREAD 61 #ifdef HAVE_PTHREAD in thread_func() 94 #ifdef HAVE_PTHREAD in START_TEST() 118 #ifdef HAVE_PTHREAD in START_TEST()
|
D | rtstutter.c | 29 #ifdef HAVE_PTHREAD
|
/third_party/mesa3d/src/util/ |
D | u_thread.h | 39 #ifdef HAVE_PTHREAD 110 #ifdef HAVE_PTHREAD in u_thread_create() 133 #if defined(HAVE_PTHREAD) in u_thread_setname() 247 #if defined(HAVE_PTHREAD) && !defined(__APPLE__) && !defined(__HAIKU__) in util_thread_get_time_nano() 264 #if defined(HAVE_PTHREAD) in util_current_thread_get_time_nano() 278 #if defined(HAVE_PTHREAD) in u_thread_is_self() 288 #if defined(HAVE_PTHREAD) && !defined(__APPLE__) && !defined(__HAIKU__)
|
D | u_atomic.c | 24 #if defined(MISSING_64BIT_ATOMICS) && defined(HAVE_PTHREAD)
|
/third_party/mesa3d/src/c11/ |
D | threads.h | 43 #elif defined(HAVE_PTHREAD) 124 #elif defined(HAVE_PTHREAD)
|
/third_party/pulseaudio/src/pulsecore/ |
D | lock-autospawn.c | 28 #ifdef HAVE_PTHREAD 218 #ifdef HAVE_PTHREAD in thread_func()
|
/third_party/libphonenumber/cpp/ |
D | BUILD.gn | 91 "HAVE_PTHREAD", 119 "HAVE_PTHREAD",
|
/third_party/protobuf/ |
D | BUILD.gn | 72 "-D HAVE_PTHREAD", 134 "-D HAVE_PTHREAD", 211 "-D HAVE_PTHREAD", 292 "-D HAVE_PTHREAD", 401 "-D HAVE_PTHREAD", 513 "-D HAVE_PTHREAD", 545 "-D HAVE_PTHREAD",
|
D | configure.ac | 26 # need very few of them, e.g. HAVE_PTHREAD and HAVE_ZLIB. Those macros are 213 AM_CONDITIONAL([HAVE_PTHREAD], [test "x$ax_pthread_ok" = "xyes"]) condition
|
/third_party/harfbuzz/ |
D | BUILD.gn | 89 defines = [ "HAVE_PTHREAD = 1" ] 98 defines = [ "HAVE_PTHREAD = 1" ]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_debug.c | 75 #if defined(HAVE_PTHREAD) in _nine_debug_printf()
|
/third_party/harfbuzz/src/ |
D | hb-mutex.hh | 51 #elif !defined(HB_NO_MT) && (defined(HAVE_PTHREAD) || defined(__APPLE__))
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-mutex.hh | 50 #elif !defined(HB_NO_MT) && !defined(HB_MUTEX_IMPL_STD_MUTEX) && (defined(HAVE_PTHREAD) || defined(…
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/ |
D | libcompat.h | 96 #ifdef HAVE_PTHREAD
|
/third_party/pulseaudio/include/ |
D | config.h | 157 #define HAVE_PTHREAD 1 macro
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-mutex.hh | 51 #elif !defined(HB_NO_MT) && (defined(HAVE_PTHREAD) || defined(__APPLE__))
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_pack.c | 33 #ifndef HAVE_PTHREAD 304 #ifdef HAVE_PTHREAD
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 47 #elif defined(HAVE_PTHREAD)
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | meson.build | 64 if conf.get('HAVE_FREETYPE', 0) == 1 and conf.get('HAVE_PTHREAD', 0) == 1
|
D | Makefile.am | 114 if HAVE_PTHREAD
|
/third_party/harfbuzz/test/api/ |
D | meson.build | 61 if conf.get('HAVE_FREETYPE', 0) == 1 and conf.get('HAVE_PTHREAD', 0) == 1
|
D | Makefile.am | 111 if HAVE_PTHREAD
|
/third_party/libphonenumber/cpp/test/ |
D | BUILD.gn | 96 "HAVE_PTHREAD",
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | Makefile.am | 92 if HAVE_PTHREAD
|
/third_party/pulseaudio/src/pulse/ |
D | util.c | 75 #ifdef HAVE_PTHREAD
|
123