Searched defs:pthread_create (Results 1 – 2 of 2) sorted by relevance
31 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(… macro
47 static INLINE int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() function