Home
last modified time | relevance | path

Searched refs:HAVE_PTHREAD_H (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/
Dthreads.c27 #ifdef HAVE_PTHREAD_H
47 #ifdef HAVE_PTHREAD_H
105 #ifdef HAVE_PTHREAD_H
121 #ifdef HAVE_PTHREAD_H
145 #ifdef HAVE_PTHREAD_H
194 #ifdef HAVE_PTHREAD_H in xmlNewMutex()
222 #ifdef HAVE_PTHREAD_H in xmlFreeMutex()
244 #ifdef HAVE_PTHREAD_H in xmlMutexLock()
273 #ifdef HAVE_PTHREAD_H in xmlMutexUnlock()
303 #ifdef HAVE_PTHREAD_H in xmlNewRMutex()
[all …]
/external/llvm/examples/
DCMakeLists.txt11 if( HAVE_PTHREAD_H )
13 endif( HAVE_PTHREAD_H )
/external/llvm/unittests/Support/
DManagedStatic.cpp12 #ifdef HAVE_PTHREAD_H
22 #ifdef HAVE_PTHREAD_H
/external/libvpx/vpx_mem/
Dvpx_mem_tracker.c31 #if HAVE_PTHREAD_H
109 #if HAVE_PTHREAD_H
184 #if HAVE_PTHREAD_H in vpx_memory_tracker_init()
716 #if HAVE_PTHREAD_H in memory_tracker_lock_mutex()
751 #if HAVE_PTHREAD_H in memory_tracker_unlock_mutex()
/external/libxslt/libxslt/
Dconfig.h71 #define HAVE_PTHREAD_H /**/ macro
/external/libvpx/
Dvpx_config.h44 #define HAVE_PTHREAD_H 1 macro
/external/llvm/lib/Support/
DThreadLocal.cpp34 #if defined(HAVE_PTHREAD_H) && defined(HAVE_PTHREAD_GETSPECIFIC)
DRWMutex.cpp36 #if defined(HAVE_PTHREAD_H) && defined(HAVE_PTHREAD_RWLOCK_INIT)
DThreading.cpp66 #if LLVM_ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H)
DMutex.cpp34 #if defined(HAVE_PTHREAD_H) && defined(HAVE_PTHREAD_MUTEX_LOCK)
/external/llvm/host/include/llvm/Config/
Dconfig.h288 #define HAVE_PTHREAD_H 1 macro
/external/llvm/cmake/
Dconfig-ix.cmake55 check_include_file(pthread.h HAVE_PTHREAD_H)
396 if( NOT HAVE_PTHREAD_H AND NOT WIN32 )
/external/llvm/include/llvm/Config/
Dconfig.h.cmake298 #cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
Dconfig.h.in299 #undef HAVE_PTHREAD_H