Home
last modified time | relevance | path

Searched defs:thrd_create (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/thread/
Dthrd_create.c4 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
/third_party/mesa3d/include/c11/
Dthreads_posix.h281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
Dthreads_win32.h351 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
/third_party/flutter/glfw/deps/
Dtinycthread.c361 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function