Searched refs:thrd_error (Results 1 – 6 of 6) sorted by relevance
16 case thrd_error: return "thrd_error"; in thrd_error_string()32 const char* thrd_error = thrd_error_string(error); in main() local36 printf("\tC11 thread error: %s\n", thrd_error); in main()
35 return thrd_error; in Thread()
89 return thrd_error; in Thread()
43 return thrd_error; in Thread()
176 return test->vcpu.interrupt(kInterruptVector) == ZX_OK ? thrd_success : thrd_error; in setup_and_interrupt()
783 return thrd_error; in IrqThread()
Completed in 14 milliseconds