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

/external/boringssl/src/crypto/
H A Dthread_test.c28 typedef HANDLE thread_t; typedef
38 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) {
49 static int wait_for_thread(thread_t thread) {
57 typedef pthread_t thread_t; typedef
65 static int run_thread(thread_t *out_thread, void (*thread_func)(void)) {
70 static int wait_for_thread(thread_t thread) {
94 thread_t thread;
153 thread_t thread;
/external/lldb/include/lldb/
H A Dlldb-types.h27 // lldb::thread_t The native thread type for spawned threads on the system
47 typedef pthread_t thread_t; // Host thread type typedef in namespace:lldb
57 const lldb::thread_t lldb_invalid_host_thread_const = { NULL, 0 } ;
63 #define LLDB_INVALID_HOST_THREAD ((lldb::thread_t)NULL)

Completed in 94 milliseconds