Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A 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()
H A 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()
H A 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()
H A Dthreadstest_fips.c30 thread_t thread; in test_fips_rand_leak()
/third_party/FreeBSD/sys/dev/usb/implementation/
H A D_thread_ref.h46 typedef pthread_t thread_t; typedef
/third_party/googletest/googletest/src/
H A Dgtest-port.cc127 sizeof(thread_t) * thread_count);
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc135 sizeof(thread_t) * thread_count); in GetThreadCount()
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc133 sizeof(thread_t) * thread_count);
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs40 pub type thread_t = ::c_uint; types
2984 pub fn thr_self() -> ::thread_t; in thr_self()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs98 pub type thread_t = ::mach_port_t; types
5291 thread: thread_t, in thread_policy_set()
5297 thread: thread_t, in thread_policy_get()

Completed in 30 milliseconds