Searched defs:pthread_create (Results 1 - 9 of 9) sorted by relevance

/external/gemmlowp/profiling/
H A Dpthread_everywhere.h48 inline void pthread_create(pthread_t *thread, std::nullptr_t, function in namespace:gemmlowp
/external/jemalloc/src/
H A Dmutex.c29 * We intercept pthread_create() calls in order to toggle isthreaded if the
41 pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create");
44 "\"pthread_create\")\n");
52 pthread_create(pthread_t *__restrict thread, function
/external/libcxx/src/
H A Dthread.cpp32 #pragma weak pthread_create // Do not create libpthread dependency macro
/external/webp/src/utils/
H A Dthread_utils.c75 static int pthread_create(pthread_t* const thread, const void* attr, function
285 ok = !pthread_create(&impl->thread_, NULL, ThreadLoop, worker);
/external/adhd/cras/src/tests/
H A Dcras_client_unittest.cc340 int pthread_create(pthread_t *thread, function
H A Diodev_unittest.cc1963 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, function
/external/dng_sdk/source/
H A Ddng_pthread.h205 #define pthread_create dng_pthread_create macro
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h74 static INLINE int pthread_create(pthread_t *const thread, const void *attr, function
232 static INLINE int pthread_create(pthread_t *const thread, const void *attr, function
/external/ImageMagick/MagickCore/
H A Dvms.h799 #define pthread_create PTHREAD_CREATE macro

Completed in 513 milliseconds