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

/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
283 ok = !pthread_create(&worker->impl_->thread_, NULL, ThreadLoop, worker);
/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/openssh/
H A Dauth-pam.c178 pthread_create(sp_pthread_t *thread, const void *attr, function
701 if (pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt) == -1) {
/external/ImageMagick/MagickCore/
H A Dvms.h799 #define pthread_create PTHREAD_CREATE macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1016 #define pthread_create PTHREAD_CREATE macro

Completed in 1260 milliseconds