Searched defs:thrd_create (Results 1 – 5 of 5) sorted by relevance
| /external/musl/src/thread/ |
| D | thrd_create.c | 4 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
| /external/virglrenderer/src/mesa/compat/c11/ |
| D | threads_posix.h | 281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
| D | threads_win32.h | 351 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
| /external/mesa3d/include/c11/ |
| D | threads_posix.h | 281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
| D | threads_win32.h | 482 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|