Searched defs:thrd_create (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/libc/src/threads/linux/ |
D | thrd_create.cpp | 38 int LLVM_LIBC_ENTRYPOINT(thrd_create)(thrd_t *thread, thrd_start_t func, in LLVM_LIBC_ENTRYPOINT() argument
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 257 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
D | threads_win32.h | 478 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
|