/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
pthread.h | 24 # include "/usr/include/pthread.h" 27 # include_next <pthread.h> 29 # include _STLP_NATIVE_C_HEADER(pthread.h)
|
/art/test/JniTest/ |
jni_test.cc | 19 #include <pthread.h> 60 pthread_t pthread; local 61 int pthread_create_result = pthread_create(&pthread, 66 int pthread_join_result = pthread_join(pthread, NULL); 95 pthread_t pthread; local 96 int pthread_create_result = pthread_create(&pthread, 101 int pthread_join_result = pthread_join(pthread, NULL);
|
/external/chromium_org/third_party/mesa/src/m4/ |
ax_pthread.m4 | 36 # Also HAVE_PTHREAD_PRIO_INHERIT is defined if pthread is found and the 93 # We used to check for pthread.h first, but this fails if pthread.h 123 # which indicates that we try without any flags at all, and "pthread-config" 126 ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" 134 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) 135 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) 136 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) [all...] |
/external/harfbuzz_ng/m4/ |
ax_pthread.m4 | 36 # Also HAVE_PTHREAD_PRIO_INHERIT is defined if pthread is found and the 93 # We used to check for pthread.h first, but this fails if pthread.h 123 # which indicates that we try without any flags at all, and "pthread-config" 126 ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" 134 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) 135 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) 136 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) [all...] |
/external/mesa3d/m4/ |
ax_pthread.m4 | 36 # Also HAVE_PTHREAD_PRIO_INHERIT is defined if pthread is found and the 93 # We used to check for pthread.h first, but this fails if pthread.h 123 # which indicates that we try without any flags at all, and "pthread-config" 126 ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" 134 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) 135 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) 136 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) [all...] |
/external/sfntly/cpp/ |
CMakeLists.txt | 73 target_link_libraries(subsetter pthread) 90 target_link_libraries(unit_test pthread) 102 target_link_libraries(subtly_subsetter pthread) 108 target_link_libraries(subtly_merger pthread) 114 target_link_libraries(subtly_debug pthread) 122 target_link_libraries(chrome_subsetter pthread)
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/ |
nacl.scons | 18 'pthread', 55 'pthread', 86 'pthread',
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/ |
lock.h | 22 #else // Assume pthread. 23 #include <pthread.h> 33 #else // Assume pthread.
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
platform_thread.h | 25 #else // Assume pthread 27 #include <pthread.h> 38 #else // Assume pthread
|
/external/sfntly/cpp/src/sfntly/port/ |
lock.h | 22 #else // Assume pthread. 23 #include <pthread.h> 33 #else // Assume pthread.
|
/external/sfntly/cpp/src/test/ |
platform_thread.h | 25 #else // Assume pthread 27 #include <pthread.h> 38 #else // Assume pthread
|
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/ |
example.dsc | 16 'LIBS': ['gmock', 'ppapi_cpp', 'ppapi', 'gtest', 'pthread'],
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
SConscript | 11 env.Append(LIBS = ['pthread'])
|
/external/chromium_org/third_party/skia/src/ports/ |
SkTLS_pthread.cpp | 10 #include <pthread.h>
|
/external/chromium_org/third_party/skia/src/utils/ |
SkThreadUtils_pthread.h | 12 #include <pthread.h>
|
SkThreadUtils_pthread_mach.cpp | 13 #include <pthread.h>
|
/external/compiler-rt/lib/tsan/lit_tests/ |
atomic_stack.cc | 2 #include <pthread.h>
|
blacklist.cc | 6 #include <pthread.h>
|
fd_close_norace2.cc | 2 #include <pthread.h>
|
malloc_stack.cc | 2 #include <pthread.h>
|
mutex_destroy_locked.cc | 2 #include <pthread.h>
|
oob_race.cc | 2 #include <pthread.h>
|
race_on_barrier.c | 2 #include <pthread.h>
|
race_on_barrier2.c | 2 #include <pthread.h>
|
race_on_mutex2.c | 2 #include <pthread.h>
|