Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dthreads_h.c47 TYPE(thrd_start_t); in threads_h()
70 FUNCTION(thrd_create, int (*f)(thrd_t*, thrd_start_t, void*)); in threads_h()
/bionic/libc/include/
Dthreads.h56 typedef int (*thrd_start_t)(void* _Nullable); typedef
158 int thrd_create(thrd_t* _Nonnull __thrd, thrd_start_t _Nonnull __function, void* _Nullable __arg) _…
/bionic/libc/include/bits/
Dthreads_inlines.h122 thrd_start_t __func;
137 thrd_start_t _Nonnull __func, in thrd_create()