Searched defs:thread_t (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/tests/monotonic_time/src/
H A Dthreads.c24 } thread_t; typedef in typeref:struct:thread
26 static thread_t threads[MAX_THREADS];
35 thread_t *thread = arg;
58 thread_t *thread;
93 thread_t *thread;
/external/boringssl/src/crypto/
H A Dthread_test.cc33 typedef HANDLE thread_t; typedef
43 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) {
54 static int wait_for_thread(thread_t thread) {
64 typedef pthread_t thread_t; typedef
72 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) {
77 static int wait_for_thread(thread_t thread) {
119 thread_t thread1, thread2;
161 thread_t thread;
192 thread_t thread;

Completed in 106 milliseconds