Searched defs:thread_entry (Results 1 – 4 of 4) sorted by relevance
45 zx_status_t start(uintptr_t thread_entry, uintptr_t stack, uintptr_t arg1, in start()
17 static int thread_entry(void* arg) { in thread_entry() function
30 static void thread_entry(uintptr_t arg1, uintptr_t arg2) { in thread_entry() function
175 auto thread_entry = [](void* ctx) { in Init() local
Completed in 9 milliseconds