Home
last modified time | relevance | path

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

/llvm-project/clang/test/Modules/Inputs/merge-implicit-special-members/
H A Da.h1 struct pthread_mutex_t { int lock; }; argument
H A Db.h1 struct pthread_mutex_t { int lock; }; argument
/llvm-project/clang/test/Modules/
H A Dmerge-name-for-linkage.cpp4 typedef union {} pthread_mutex_t; typedef
5 typedef pthread_mutex_t pthread_mutex_t; typedef
/llvm-project/clang/test/Modules/Inputs/merge-name-for-linkage/
H A Da.h1 typedef union {} pthread_mutex_t; typedef
H A Db.h1 typedef union {} pthread_mutex_t; typedef
/llvm-project/libc/include/llvm-libc-types/
H A Dpthread_mutex_t.h14 typedef __mutex_type pthread_mutex_t; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dnon-copyable-objects.c5 typedef int pthread_mutex_t; typedef
/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-pthread-lock.h8 } pthread_mutex_t; typedef
H A Dstd-c-library-functions-POSIX.h37 } pthread_mutex_t; typedef