Searched defs:pthread_create (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/vp8/common/ |
H A D | threading.h | 30 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
|
/external/webp/src/utils/ |
H A D | thread.c | 37 static int pthread_create(pthread_t* const thread, const void* attr, function 207 ok = !pthread_create(&worker->thread_, NULL, WebPWorkerThreadLoop, worker);
|
/external/openssh/ |
H A D | auth-pam.c | 178 pthread_create(sp_pthread_t *thread, const void *attr, function 701 if (pthread_create(&ctxt->pam_thread, NULL, sshpam_thread, ctxt) == -1) {
|
Completed in 124 milliseconds