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

/external/libvpx/vp8/common/
H A Dthreading.h30 #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 Dthread.c37 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 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) {

Completed in 131 milliseconds