Searched defs:thrd_create (Results 1 – 6 of 6) 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/trusty/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/mesa3d/src/c11/impl/ |
| D | threads_posix.c | 270 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
| D | threads_win32.c | 294 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
|