Searched refs:thread_func_t (Results 1 – 4 of 4) sorted by relevance
46 typedef thread_result_t (*thread_func_t)(void *); // Host thread function type typedef63 typedef void *(*thread_func_t)(void *); // Host thread function type typedef
35 lldb::thread_func_t,
30 lldb::thread_func_t thread_function,
101 lldb::thread_func_t thread_function, in ThreadCreate()