Searched refs:thrd_start_t (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/musl/include/ |
| A D | threads.h | 15 typedef int (*thrd_start_t)(void*); typedef 51 int thrd_create(thrd_t*, thrd_start_t, void*); 54 int thrd_create_with_name(thrd_t*, thrd_start_t, void*, const char* name);
|
| /third_party/ulib/musl/src/thread/ |
| A D | thrd_create.c | 6 static int thrd_create_internal(thrd_t* thr, thrd_start_t func, void* arg, const char* name) { in thrd_create_internal() 23 int thrd_create(thrd_t* thr, thrd_start_t func, void* arg) { in thrd_create()
|
Completed in 4 milliseconds