Home
last modified time | relevance | path

Searched defs:mtx_lock (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/libc/src/threads/linux/
Dmtx_lock.cpp21 int LLVM_LIBC_ENTRYPOINT(mtx_lock)(mtx_t *mutex) { in LLVM_LIBC_ENTRYPOINT() argument
/external/jemalloc_new/test/src/
Dmtx.c45 mtx_lock(mtx_t *mtx) { in mtx_lock() function
/external/llvm-project/clang/test/Analysis/
Dblock-in-critical-section.cpp35 void mtx_lock() {} in mtx_lock() function
/external/virglrenderer/src/gallium/include/c11/
Dthreads_posix.h193 mtx_lock(mtx_t *mtx) in mtx_lock() function
Dthreads_win32.h432 mtx_lock(mtx_t *mtx) in mtx_lock() function
/external/mesa3d/include/c11/
Dthreads_posix.h220 mtx_lock(mtx_t *mtx) in mtx_lock() function
Dthreads_win32.h436 mtx_lock(mtx_t *mtx) in mtx_lock() function
/external/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h435 #define mtx_lock(arg1) macro
/external/llvm-project/openmp/runtime/src/
Dkmp.h2266 kmp_lock_t *mtx_lock; /* is referenced by depnodes w/mutexinoutset dep */ member