Home
last modified time | relevance | path

Searched defs:wait_for_thread (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/test/
Dthreadstest.h27 static int wait_for_thread(thread_t thread) in wait_for_thread() function
52 static int wait_for_thread(thread_t thread) in wait_for_thread() function
76 static int wait_for_thread(thread_t thread) in wait_for_thread() function
Ddrbgtest.c730 static int wait_for_thread(thread_t thread) in wait_for_thread() function
755 static int wait_for_thread(thread_t thread) in wait_for_thread() function
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs972 pub fn wait_for_thread(thread: thread_id, returnValue: *mut status_t) -> status_t; in wait_for_thread() function