Searched refs:thrd_res (Results 1 – 1 of 1) sorted by relevance
300 int thrd_res = thrd_create(&test_thread, run_test, (void*)&test_data); in run_with_crash_handler() local301 if (thrd_res != thrd_success) { in run_with_crash_handler()305 return thrd_status_to_zx_status(thrd_res); in run_with_crash_handler()
Completed in 3 milliseconds