Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/threads/linux/
H A DCndVar.h42 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()
/llvm-project-15.0.7/libc/src/threads/
H A Dmtx_lock.cpp20 return err == MutexError::NONE ? thrd_success : thrd_error;
H A Dmtx_unlock.cpp20 return err == MutexError::NONE ? thrd_success : thrd_error;
H A Dthrd_join.cpp23 return result == 0 ? thrd_success : thrd_error;
H A Dmtx_init.cpp23 return err == MutexError::NONE ? thrd_success : thrd_error;
H A Dthrd_create.cpp30 return thrd_error;
/llvm-project-15.0.7/clang/test/Analysis/
H A Dc11lock.c11 thrd_error = 2 enumerator
/llvm-project-15.0.7/libc/config/linux/
H A Dapi.td243 "thrd_error",
/llvm-project-15.0.7/libc/spec/
H A Dstdc.td715 EnumeratedNameValue<"thrd_error">,
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc806 SYMBOL(thrd_error, None, <threads.h>)