Searched refs:HAVE_PTHREAD (Results 1 – 25 of 59) 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() 131 #if defined(HAVE_PTHREAD) in u_thread_setname() 245 #if defined(HAVE_PTHREAD) && !defined(__APPLE__) && !defined(__HAIKU__) in util_thread_get_time_nano() 261 #if defined(HAVE_PTHREAD) in util_current_thread_get_time_nano() 275 #if defined(HAVE_PTHREAD) in u_thread_is_self() 285 #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/mapi/glapi/ |
D | glapi_entrypoint.c | 140 #if defined(HAVE_PTHREAD) || defined(USE_ELF_TLS) in init_glapi_relocs() 270 #if defined(HAVE_PTHREAD) || defined(USE_ELF_TLS) in generate_entrypoint() 313 #if defined(HAVE_PTHREAD) || defined(USE_ELF_TLS) 343 #if defined(HAVE_PTHREAD) || defined(USE_ELF_TLS) in init_glapi_relocs_once()
|
/third_party/mesa3d/include/c11/ |
D | threads.h | 65 #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 | 88 "HAVE_PTHREAD", 114 "HAVE_PTHREAD",
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | rw_bitmaps.c | 34 #ifdef HAVE_PTHREAD 499 #ifdef HAVE_PTHREAD 523 #ifdef HAVE_PTHREAD in ext2fs_rw_bitmaps() 542 #ifdef HAVE_PTHREAD in ext2fs_rw_bitmaps()
|
D | unix_io.c | 70 #ifdef HAVE_PTHREAD 113 #ifdef HAVE_PTHREAD 127 #ifdef HAVE_PTHREAD 147 #ifdef HAVE_PTHREAD in mutex_lock() 157 #ifdef HAVE_PTHREAD in mutex_unlock() 821 #ifdef HAVE_PTHREAD in unix_open_channel() 932 #ifdef HAVE_PTHREAD in unix_close()
|
/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/protobuf/ |
D | BUILD.gn | 70 "-D HAVE_PTHREAD", 127 "-D HAVE_PTHREAD", 199 "-D HAVE_PTHREAD", 276 "-D HAVE_PTHREAD", 381 "-D HAVE_PTHREAD", 491 "-D HAVE_PTHREAD", 519 "-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/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/pulseaudio/include/ |
D | config.h | 157 #define HAVE_PTHREAD 1 macro
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/ |
D | libcompat.h | 96 #ifdef HAVE_PTHREAD
|
/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/grpc/src/cpp/ |
D | Protobuf-C++.podspec | 43 'GCC_PREPROCESSOR_DEFINITIONS' => '"$(inherited)" "HAVE_PTHREAD=1"',
|
/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/harfbuzz/test/api/ |
D | meson.build | 61 if conf.get('HAVE_FREETYPE', 0) == 1 and conf.get('HAVE_PTHREAD', 0) == 1
|
/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
|
/third_party/grpc/third_party/upb/ |
D | BUILD.gn | 53 "-D HAVE_PTHREAD",
|
123