HomeSort by relevance Sort by last modified time
    Searched full:mutexes (Results 76 - 100 of 394) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
tsan_interface.h 28 // Annotations for custom mutexes.
29 // The annotations allow to get better reports (with sets of locked mutexes),
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
tsan_interface.h 28 // Annotations for custom mutexes.
29 // The annotations allow to get better reports (with sets of locked mutexes),
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
tsan_interface.h 28 // Annotations for custom mutexes.
29 // The annotations allow to get better reports (with sets of locked mutexes),
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
tsan_interface.h 28 // Annotations for custom mutexes.
29 // The annotations allow to get better reports (with sets of locked mutexes),
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
tsan_interface.h 28 // Annotations for custom mutexes.
29 // The annotations allow to get better reports (with sets of locked mutexes),
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
tsan_interface.h 28 // Annotations for custom mutexes.
29 // The annotations allow to get better reports (with sets of locked mutexes),
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
tsan_interface.h 28 // Annotations for custom mutexes.
29 // The annotations allow to get better reports (with sets of locked mutexes),
  /bionic/libc/bionic/
pthread_mutex.cpp 97 /* process-shared mutexes are not supported at the moment */
108 * mutexes but won't cleanup if a process dies with the mutex held.
109 * Nevertheless, it's better than nothing. Shared mutexes are used
243 // the allocated PIMutexes. This allows at most 65536 PI mutexes.
407 * We support normal, recursive and errorcheck mutexes.
418 // Use a special mutex type to mark priority inheritance mutexes.
448 // owner_tid is used only in recursive and errorcheck Non-PI mutexes to hold the mutex owner
451 // PI mutexes and Non-PI mutexes are distinguished by checking type field in state.
575 * Non-recursive mutexes don't use the thread-id or counter fields, and th
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 259 for (uptr i = 0; i < rep_->mutexes.Size(); i++) {
260 if (rep_->mutexes[i]->id == s->uid)
265 rep_->mutexes.PushBack(rm);
292 for (uptr i = 0; i < rep_->mutexes.Size(); i++) {
293 if (rep_->mutexes[i]->id == id)
298 rep_->mutexes.PushBack(rm);
585 // at best it will cause deadlocks on internal mutexes.
tsan_clock.h 43 // The clock that lives in sync variables (mutexes, atomics, etc).
tsan_flags.cc 67 // Go does not have mutexes.
tsan_stat.h 57 // Mutexes.
tsan_sync.h 44 SyncClock read_clock; // Used for rw mutexes only.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pth.h 15 * because pth mutexes can be acquired multiple times by the
  /external/curl/docs/examples/
threaded-shared-conn.c 31 * This example uses pthreads for threads and mutexes, but should be easy to
  /external/curl/lib/vtls/
polarssl_threadlock.c 47 /* This array will store all of the mutexes available to PolarSSL. */
  /external/deqp/framework/delibs/dethread/win32/
deMutexWin32.c 35 /* Critical section objects are more lightweight than mutexes on Win32. */
  /external/dng_sdk/source/
dng_mutex.cpp 192 DNG_ASSERT (gInnermostMutexHolder.GetInnermostMutex () == this, "Mutexes unlocked out of order!!!");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
1-1.c 72 /* Cleaning up the mutexes. */
  /external/python/cpython2/Python/
thread_pth.h 15 * because pth mutexes can be acquired multiple times by the
  /external/v8/src/base/
once.h 32 // than using mutexes as no lock is needed if initialization has already
  /external/valgrind/docs/internals/
3_4_BUGSTATUS.txt 40 186963 Report mutexes humanic names
  /external/valgrind/drd/tests/
pth_inconsistent_cond_wait.stderr.exp1 3 Inconsistent association of condition variable and mutex: condition variable 0x........, mutexes 0x........ and 0x........
pth_inconsistent_cond_wait.stderr.exp2 3 Inconsistent association of condition variable and mutex: condition variable 0x........, mutexes 0x........ and 0x........
  /external/valgrind/helgrind/tests/
tc23_bogus_condwait.c 2 Tests passing bogus mutexes to pthread_cond_wait. */

Completed in 2820 milliseconds

1 2 34 5 6 7 8 91011>>