Searched defs:pthread_create (Results 1 - 11 of 11) sorted by path

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dcreate.c45 pthread_create (pthread_t * tid, function
163 * an 'attr' arg to pthread_create() is equivalent to defaulting to
169 * If the thread that called pthread_create() is a Win32 thread
308 } /* pthread_create */
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
52 #define pthread_create(thhandle,attr,thfunc,tharg) \ macro
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.h46 static INLINE int pthread_create(pthread_t* const thread, const void* attr, function
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c55 static int pthread_create(pthread_t* const thread, const void* attr, function
236 ok = !pthread_create(&worker->impl_->thread_, NULL, ThreadLoop, worker);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1016 #define pthread_create PTHREAD_CREATE macro
/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.cpp24 #pragma weak pthread_create // Do not create libpthread dependency macro
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
52 #define pthread_create(thhandle,attr,thfunc,tharg) \ macro
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, function
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1016 #define pthread_create PTHREAD_CREATE macro
/external/webp/src/utils/
H A Dthread.c55 static int pthread_create(pthread_t* const thread, const void* attr, function
236 ok = !pthread_create(&worker->impl_->thread_, NULL, ThreadLoop, worker);

Completed in 689 milliseconds