HomeSort by relevance Sort by last modified time
    Searched refs:LockType (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 18 #ifndef LockType
19 #define LockType PthreadMutex
109 locks_ = new LockType*[n_];
111 locks_[i] = new LockType;
279 if (!LockType::supports_read_lock()) return;
298 if (!LockType::supports_recursive_lock()) return;
363 if (!LockType::supports_read_lock()) return;
386 if (!LockType::supports_read_lock()) return;
422 if (!LockType::supports_read_lock()) return;
494 LockType *l = new LockType[4]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 17 'interrupt_main', 'LockType']
73 return LockType()
81 class LockType(object):
82 """Class implementing dummy implementation of thread.LockType.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 17 'interrupt_main', 'LockType']
73 return LockType()
81 class LockType(object):
82 """Class implementing dummy implementation of thread.LockType.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 101 #Make sure _thread.LockType is the same type as _thread.allocate_locke()
102 self.assertIsInstance(_thread.allocate_lock(), _thread.LockType,
103 "_thread.LockType is not an instance of what "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 101 #Make sure _thread.LockType is the same type as _thread.allocate_locke()
102 self.assertIsInstance(_thread.allocate_lock(), _thread.LockType,
103 "_thread.LockType is not an instance of what "
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]

Completed in 1186 milliseconds