Home
last modified time | relevance | path

Searched refs:thrd_res (Results 1 – 1 of 1) sorted by relevance

/system/ulib/unittest/
A Dcrash-handler.cpp300 int thrd_res = thrd_create(&test_thread, run_test, (void*)&test_data); in run_with_crash_handler() local
301 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