/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
H A D | thread.h | 21 class thread { class 29 explicit thread(const char* name, qos qos_, Fn&& fn, Args&&... args) in thread() function in ffrt::thread 42 explicit thread(qos qos_, Fn&& fn, Args&&... args) in thread() function in ffrt::thread 57 explicit thread(Fn&& fn, Args&& ... args) in thread() function in ffrt::thread [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | thread.h | 26 typedef std::thread thread; typedef [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | thread.h | 41 typedef std::thread thread; typedef [all...] |
/third_party/openssl/test/ |
H A D | threadstest.h | 27 static int wait_for_thread(thread_t thread) in wait_for_thread() argument 52 static int wait_for_thread(thread_t thread) in wait_for_thread() argument 76 static int wait_for_thread(thread_t thread) in wait_for_thread() argument
|
H A D | threadstest_fips.c | 30 thread_t thread; in test_fips_rand_leak() local
|
/third_party/vk-gl-cts/framework/delibs/destream/ |
H A D | deStreamCpyThread.h | 36 deThread thread; member
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_frame_regs.c | 36 dwfl_thread_state_registers (Dwfl_Thread *thread, int firstreg, in dwfl_thread_state_registers() argument
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
H A D | _thread_ref.h | 47 struct thread { struct
|
/third_party/libuv/test/ |
H A D | test-async-null-cb.c | 29 static uv_thread_t thread; variable
|
H A D | test-embed.c | 49 uv_thread_t thread; in TEST_IMPL() local
|
H A D | test-semaphore.c | 51 uv_thread_t thread; in TEST_IMPL() local 75 uv_thread_t thread; in TEST_IMPL() local
|
/third_party/musl/src/thread/ |
H A D | pthread_setname_np.c | 9 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() argument
|
H A D | pthread_getname_np.c | 8 int pthread_getname_np(pthread_t thread, char *name, size_t len) in pthread_getname_np() argument
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill02.c | 46 pthread_t thread; in run() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/ |
H A D | 4-1.c | 28 static void *thread(void *tmp) in thread() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
H A D | 1-1.c | 59 pthread_t thread; in main() local [all...] |
H A D | 2-1.c | 58 pthread_t thread; in main() local [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
H A D | 7-1.c | 102 pthread_t thread; in main() local
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_getcpuclockid.c | 40 pthread_t thread; in pthread_getcpuclockid_0100() local
|
H A D | pthread_setschedprio.c | 56 pthread_t thread; in pthread_setschedprio_0100() local 78 pthread_t thread; in pthread_setschedprio_0200() local [all...] |
H A D | pthread_spin_trylock.c | 50 pthread_t thread; in pthread_spin_trylock_0100() local 80 pthread_t thread; in pthread_spin_trylock_0200() local
|
H A D | pthread_spin_lock.c | 61 pthread_t thread; in pthread_spin_lock_0200() local
|
H A D | pthread_spin_unlock.c | 41 pthread_t thread; in pthread_spin_unlock_0100() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | blockingcall.h | 37 auto thread = std::thread( in call() local 62 auto thread = std::thread( in call() local
|
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | idle_watcher.h | 43 RefPtr<TaskRunnerAdapter> thread; member in OHOS::Ace::ComponentTest::IdleMonitorThread
|