/external/compiler-rt/test/tsan/ |
mutexset8.cc | 25 // CHECK: (mutexes: write [[M1:M[0-9]+]]):
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
assertions.xml | 27 [EINVAL] Different mutexes were supplied for concurrent pthread_cond_timedwait() or
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
assertions.xml | 22 [EINVAL] Different mutexes were supplied for concurrent pthread_cond_timedwait() or
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
1-1.c | 14 * NOTE: There is no direct way to judge if two mutexes have the same effect,
|
3-2.c | 21 * to initialize mutexes that are statically allocated. 27 * * create two mutexes. One is initialized with NULL attribute, 29 * * Compare the following features between the two mutexes: 31 * If detected, do both mutexes cause the same error code? 36 * The test will pass if the results of each feature are the same for the two mutexes 193 /* We first initialize the two mutexes. */
|
assertions.xml | 22 PTHREAD_MUTEX_INITIALIZER can be used to intiailize mutexes that are
|
1-2.c | 23 * * create two mutexes. One is initialized with NULL attribute, the other with a default attribute object. 24 * * Compare the following features between the two mutexes: 26 * If detected, do both mutexes cause the same error code? 30 * The test will pass if the results of each feature are the same for the two mutexes 189 /* We first initialize the two mutexes. */
|
/external/valgrind/drd/tests/ |
recursive_mutex.c | 1 /** Initialize several kinds of mutexes and lock each mutex twice.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCAtSyncChecker.cpp | 11 // used as mutexes for @synchronized. 61 // Check for null mutexes.
|
/external/libchrome/base/synchronization/ |
lock_impl_posix.cc | 78 // Security concerns prevent the use of priority inheritance mutexes on Linux. 90 // Priority inheritance mutexes may deadlock with condition variables
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_ringbuffer.c | 77 /* XXX: over-reliance on mutexes, etc: 118 /* XXX: over-reliance on mutexes, etc:
|
/external/ltp/testcases/kernel/syscalls/futex/ |
futex_wait03.c | 22 * This tests uses private mutexes with threads.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
assertions.xml | 21 resources include, but not limited to, mutexes and file descriptors, nor
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
errno.h | 35 /* Support for error codes to support robust mutexes was added later, too. */
|
posix_opt.h | 89 mutexes. */ 93 /* We support priority inheritence for robust mutexes. */ 96 /* We do not support priority protection for robust mutexes. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
errno.h | 35 /* Support for error codes to support robust mutexes was added later, too. */
|
posix_opt.h | 89 mutexes. */ 93 /* We support priority inheritence for robust mutexes. */ 96 /* We do not support priority protection for robust mutexes. */
|
/prebuilts/go/darwin-x86/src/sync/ |
runtime.go | 16 // SemacquireMutex is like Semacquire, but for profiling contended Mutexes.
|
/prebuilts/go/linux-x86/src/sync/ |
runtime.go | 16 // SemacquireMutex is like Semacquire, but for profiling contended Mutexes.
|
/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
TracesParserTest.java | 42 "(mutexes: tll=0 tsl=0 tscl=0 ghl=0)", 77 "(mutexes: tll=0 tsl=0 tscl=0 ghl=0)", 128 "(mutexes: tll=0 tsl=0 tscl=0 ghl=0)", 151 "(mutexes: tll=0 tsl=0 tscl=0 ghl=0)",
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_debugging.cc | 75 *mutex_count = rep->mutexes.Size(); 131 CHECK_LT(idx, rep->mutexes.Size()); 132 ReportMutex *mutex = rep->mutexes[idx];
|
tsan_report.h | 110 Vector<ReportMutex*> mutexes; member in class:__tsan::ReportDesc
|
/external/valgrind/drd/ |
drd_clientreq.h | 241 * Error checking on POSIX recursive mutexes, POSIX error checking mutexes, 242 * POSIX default mutexes and POSIX spinlocks happens the code in drd_mutex.c.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
thread_wince.h | 65 * Lock support. It has to be implemented using Mutexes, as
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test.cc | 34 TestMutexBeforeInit(); // Mutexes must be usable before __tsan_init();
|