Home
last modified time | relevance | path

Searched refs:thread_t (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/test/
Dthreadstest.h19 typedef unsigned int thread_t; typedef
21 static int run_thread(thread_t *t, void (*f)(void)) in run_thread()
27 static int wait_for_thread(thread_t thread) in wait_for_thread()
34 typedef HANDLE thread_t; typedef
46 static int run_thread(thread_t *t, void (*f)(void)) in run_thread()
52 static int wait_for_thread(thread_t thread) in wait_for_thread()
59 typedef pthread_t thread_t; typedef
71 static int run_thread(thread_t *t, void (*f)(void)) in run_thread()
76 static int wait_for_thread(thread_t thread) in wait_for_thread()
Dthreadstest.c67 thread_t thread; in test_once()
112 thread_t thread; in test_thread_local()
221 static thread_t multi_threads[MAXIMUM_THREADS];
472 thread_t thread1, thread2; in test_multi()
583 thread_t thread1, thread2; in test_multi_default()
620 thread_t threads[MULTI_LOAD_THREADS]; in test_multi_load()
Ddrbgtest.c711 typedef HANDLE thread_t; typedef
724 static int run_thread(thread_t *t) in run_thread()
730 static int wait_for_thread(thread_t thread) in wait_for_thread()
737 typedef pthread_t thread_t; typedef
750 static int run_thread(thread_t *t) in run_thread()
755 static int wait_for_thread(thread_t thread) in wait_for_thread()
770 thread_t t[THREADS]; in test_multi_thread()
Dthreadstest_fips.c30 thread_t thread; in test_fips_rand_leak()
/third_party/FreeBSD/sys/dev/usb/implementation/
D_thread_ref.h46 typedef pthread_t thread_t; typedef
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc135 sizeof(thread_t) * thread_count); in GetThreadCount()
/third_party/googletest/googletest/src/
Dgtest-port.cc136 sizeof(thread_t) * thread_count); in GetThreadCount()
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs40 pub type thread_t = ::c_uint; typedef
2984 pub fn thr_self() -> ::thread_t; in thr_self()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs98 pub type thread_t = ::mach_port_t; typedef
5291 thread: thread_t, in thread_policy_set() argument
5297 thread: thread_t, in thread_policy_get() argument
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc10464 sizeof(thread_t) * thread_count); in GetThreadCount()