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

/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/libwebp/utils/
H A Dthread.c35 static int pthread_create(pthread_t* const thread, const void* attr, function
205 ok = !pthread_create(&worker->thread_, NULL, WebPWorkerThreadLoop, worker);
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h27 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
48 #define pthread_create(thhandle,attr,thfunc,tharg) \ macro
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c38 static int pthread_create(pthread_t* const thread, const void* attr, function
206 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker);
/external/webp/src/utils/
H A Dthread.c35 static int pthread_create(pthread_t* const thread, const void* attr, function
205 ok = !pthread_create(&worker->thread_, NULL, WebPWorkerThreadLoop, worker);
/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/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1016 #define pthread_create PTHREAD_CREATE macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1016 #define pthread_create PTHREAD_CREATE macro

Completed in 275 milliseconds