HomeSort by relevance Sort by last modified time
    Searched refs:HAVE_PTHREAD (Results 1 - 25 of 33) sorted by null

1 2

  /external/gflags/src/
defines.h.in 42 #cmakedefine HAVE_PTHREAD
mutex.h 130 #elif defined(HAVE_PTHREAD) && defined(HAVE_RWLOCK)
143 #elif defined(HAVE_PTHREAD)
250 #elif defined(HAVE_PTHREAD) && defined(HAVE_RWLOCK)
275 #elif defined(HAVE_PTHREAD)
  /external/mesa3d/include/c11/
threads.h 76 #elif defined(HAVE_PTHREAD)
  /external/swiftshader/third_party/LLVM/utils/unittest/UnitTestMain/
Makefile 26 ifneq ($(HAVE_PTHREAD), 1)
  /external/webrtc/third_party/gflags/gen/posix/include/private/
config.h 30 #define HAVE_PTHREAD 1
  /external/libyuv/files/third_party/gflags/gen/posix/include/private/
config.h 39 #define HAVE_PTHREAD
  /external/protobuf/android/
config.h 65 #define HAVE_PTHREAD 1
  /external/protobuf/config/
config.h 50 #define HAVE_PTHREAD 1
  /external/swiftshader/third_party/LLVM/examples/
Makefile 15 ifeq ($(HAVE_PTHREAD),1)
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Makefile 29 ifneq ($(HAVE_PTHREAD), 1)
  /external/google-breakpad/src/
config.h.in 13 #undef HAVE_PTHREAD
  /external/protobuf/gtest/build-aux/
config.h.in 13 #undef HAVE_PTHREAD
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
config.h.in 13 #undef HAVE_PTHREAD
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/build-aux/
config.h.in 13 #undef HAVE_PTHREAD
  /external/webrtc/third_party/gflags/gen/win/include/private/
config.h 45 #undef HAVE_PTHREAD
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h.in 32 #undef HAVE_PTHREAD
  /external/protobuf/
config.h.in 49 #undef HAVE_PTHREAD
  /external/swiftshader/third_party/LLVM/unittests/
Makefile.unittest 33 ifneq ($(HAVE_PTHREAD), 1)
  /external/mesa3d/include/
c99_compat.h 143 # define HAVE_PTHREAD
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 45 #ifdef HAVE_PTHREAD
60 #ifdef HAVE_PTHREAD
90 #if defined(HAVE_PTHREAD)
102 #if defined(HAVE_PTHREAD)
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_debug.c 75 #if defined(HAVE_PTHREAD)
  /external/pcre/dist2/src/
config.h.in 82 #undef HAVE_PTHREAD
  /external/harfbuzz_ng/src/
hb-mutex-private.hh 66 #elif !defined(HB_NO_MT) && (defined(HAVE_PTHREAD) || defined(__APPLE__))
  /external/mesa3d/src/mapi/glapi/
glapi_entrypoint.c 140 #if defined(HAVE_PTHREAD) || defined(GLX_USE_TLS)
270 #if defined(HAVE_PTHREAD) || defined(GLX_USE_TLS)
341 #if defined(HAVE_PTHREAD) || defined(GLX_USE_TLS)
  /external/gflags/
CMakeLists.txt 314 set (HAVE_PTHREAD 1)
317 set (HAVE_PTHREAD 0)
319 if (UNIX AND NOT HAVE_PTHREAD)
330 set (HAVE_PTHREAD 0)

Completed in 2032 milliseconds

1 2