Searched defs:thread (Results 1 – 7 of 7) sorted by relevance
32 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !C… argument33 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) argument35 #define pthread_cancel(thread) terminate_thread(thread,0) argument
47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, in pthread_create()62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
39 pthread_t thread; /* NI thread */ member
41 pthread_t thread; /* NI thread */ member
1341 unsigned int thread; in vp8_decode_frame() local