Searched refs:thrd_create_internal (Results 1 – 1 of 1) sorted by relevance
6 static int thrd_create_internal(thrd_t* thr, thrd_start_t func, void* arg, const char* name) { in thrd_create_internal() function24 return thrd_create_internal(thr, func, arg, NULL); in thrd_create()
Completed in 2 milliseconds