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/src/c11/impl/
Dthreads_posix.c255 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
Dthreads_win32.c311 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