Home
last modified time | relevance | path

Searched refs:thrd_create_internal (Results 1 – 1 of 1) sorted by relevance

/third_party/ulib/musl/src/thread/
A Dthrd_create.c6 static int thrd_create_internal(thrd_t* thr, thrd_start_t func, void* arg, const char* name) { in thrd_create_internal() function
24 return thrd_create_internal(thr, func, arg, NULL); in thrd_create()

Completed in 2 milliseconds