Searched refs:thrd_error (Results 1 – 10 of 10) sorted by relevance
42 return err == MutexError::NONE ? thrd_success : thrd_error; in init()83 return thrd_error; in wait()93 return err == MutexError::NONE ? thrd_success : thrd_error; in wait()
20 return err == MutexError::NONE ? thrd_success : thrd_error;
23 return result == 0 ? thrd_success : thrd_error;
23 return err == MutexError::NONE ? thrd_success : thrd_error;
30 return thrd_error;
11 thrd_error = 2 enumerator
243 "thrd_error",
715 EnumeratedNameValue<"thrd_error">,
806 SYMBOL(thrd_error, None, <threads.h>)