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

/external/boringssl/src/crypto/
H A Dthread_test.cc43 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { argument
48 *out_thread = CreateThread(NULL /* security attributes */,
51 return *out_thread != NULL;
72 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) { argument
73 return pthread_create(out_thread, NULL /* default attributes */, thread_run,

Completed in 55 milliseconds