Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcall_once.c50 thrd_create(&t1, (thrd_start_t)func, NULL); in main()
51 thrd_create(&t2, (thrd_start_t)func, NULL); in main()
52 thrd_create(&t3, (thrd_start_t)func, NULL); in main()
53 thrd_create(&t4, (thrd_start_t)func, NULL); in main()
Dcnd_wait.c42 ret = thrd_create(&id1, (thrd_start_t)cnd_waitfirst, (void *)1); in cnd_wait_0100()
Dcnd_signal.c43 ret = thrd_create(&id1, (thrd_start_t)cnd_timedwaitfirst, (void *)1); in cnd_signal_0100()
/third_party/musl/ndk_musl_include/
Dthreads.h17 typedef int (*thrd_start_t)(void *); typedef
43 int thrd_create(thrd_t *, thrd_start_t, void *);
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h17 typedef int (*thrd_start_t)(void *); typedef
43 int thrd_create(thrd_t *, thrd_start_t, void *);
/third_party/musl/include/
Dthreads.h17 typedef int (*thrd_start_t)(void *); typedef
43 int thrd_create(thrd_t *, thrd_start_t, void *);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h17 typedef int (*thrd_start_t)(void *); typedef
43 int thrd_create(thrd_t *, thrd_start_t, void *);
/third_party/mesa3d/src/c11/
Dthreads.h98 typedef int (*thrd_start_t)(void *); typedef
177 int thrd_create(thrd_t *, thrd_start_t, void *);
/third_party/glfw/deps/
Dtinycthread.h326 typedef int (*thrd_start_t)(void *arg); typedef
340 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);
Dtinycthread.c320 thrd_start_t mFunction; /**< Pointer to the function to be executed. */
331 thrd_start_t fun; in _thrd_wrapper_function()
361 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
/third_party/musl/src/thread/
Dthrd_create.c4 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c58 thrd_start_t func;
255 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
Dthreads_win32.c83 thrd_start_t func;
311 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()