Searched refs:dng_pthread_t (Results 1 – 2 of 2) sorted by relevance
78 typedef unsigned long dng_pthread_t; typedef106 int dng_pthread_create(dng_pthread_t *thread, const dng_pthread_attr_t * /* attrs */, void * (*func…107 int dng_pthread_detach(dng_pthread_t thread);108 int dng_pthread_join(dng_pthread_t thread, void **result);109 dng_pthread_t dng_pthread_self();175 #define pthread_t dng_pthread_t
310 int dng_pthread_create(dng_pthread_t *thread, const pthread_attr_t *attrs, void * (*func)(void *), … in dng_pthread_create()349 *thread = (dng_pthread_t)threadID; in dng_pthread_create()360 int dng_pthread_detach(dng_pthread_t thread) in dng_pthread_detach()393 int dng_pthread_join(dng_pthread_t thread, void **result) in dng_pthread_join()449 dng_pthread_t dng_pthread_self() in dng_pthread_self()451 return (dng_pthread_t)::GetCurrentThreadId(); in dng_pthread_self()