/external/llvm-project/libc/test/src/threads/ |
D | CMakeLists.txt | 15 libc.src.threads.thrd_create 28 libc.src.threads.thrd_create 44 libc.src.threads.thrd_create
|
D | call_once_test.cpp | 42 ASSERT_EQ(__llvm_libc::thrd_create(threads + i, func, nullptr), in TEST() 87 ASSERT_EQ(__llvm_libc::thrd_create(&t1, once_func_caller, nullptr), in TEST() 89 ASSERT_EQ(__llvm_libc::thrd_create(&t2, once_func_caller, nullptr), in TEST()
|
D | thrd_test.cpp | 25 ASSERT_EQ(__llvm_libc::thrd_create(&thread, thread_func, nullptr), in TEST() 42 ASSERT_EQ(__llvm_libc::thrd_create(thread_list + i, return_arg, args + i), in TEST()
|
D | mtx_test.cpp | 45 __llvm_libc::thrd_create(&thread, counter, nullptr); in TEST() 96 __llvm_libc::thrd_create(&thread, stepper, nullptr); in TEST()
|
/external/llvm-project/libc/src/threads/ |
D | CMakeLists.txt | 13 thrd_create 16 .${LIBC_TARGET_OS}.thrd_create
|
D | thrd_create.h | 16 int thrd_create(thrd_t *thread, thrd_start_t func, void *arg);
|
/external/llvm-project/libc/src/threads/linux/ |
D | CMakeLists.txt | 33 thrd_create 35 thrd_create.cpp 37 ../thrd_create.h
|
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/auxiliary/os/ |
D | os_thread.h | 66 ret = thrd_create( &thread, routine, param ); 70 ret = thrd_create( &thread, routine, param );
|
/external/mesa3d/src/util/ |
D | u_thread.h | 91 ret = thrd_create( &thread, routine, param ); in u_thread_create() 95 ret = thrd_create( &thread, routine, param ); in u_thread_create()
|
/external/mesa3d/src/util/tests/sparse_array/ |
D | multi_threaded.c | 60 int ret = thrd_create(&threads[i], test_thread, &arr); in run_test()
|
/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
|
/external/llvm-project/libc/config/linux/x86_64/ |
D | entrypoints.txt | 75 libc.src.threads.thrd_create
|
/external/llvm-project/libc/spec/ |
D | stdc.td | 500 "thrd_create",
|
/external/llvm-project/libcxx/include/ |
D | __threading_support | 670 int __ec = thrd_create(__t, reinterpret_cast<thrd_start_t>(__func), __arg);
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 801 SYMBOL(thrd_create, None, <threads.h>)
|