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

1 2

  /cts/tests/tests/libcorefileio/src/android/cts/
FileChannelInterProcessLockTest.java 76 checkTryLockBehavior(LockType.TRY_LOCK, LockType.TRY_LOCK,
80 checkTryLockBehavior(LockType.TRY_LOCK, LockType.TRY_LOCK,
97 checkTryLockBehavior(LockType.TRY_LOCK, LockType.TRY_LOCK,
99 checkTryLockBehavior(LockType.TRY_LOCK, LockType.LOCK_ON_REGION_WITH_TRY_LOCK,
101 checkTryLockBehavior(LockType.TRY_LOCK, LockType.SHARED_LOCK_ON_REGION_WITH_TRY_LOCK
    [all...]
LockHoldingService.java 29 import static android.cts.FileChannelInterProcessLockTest.LockType;
82 static final String LOCK_TYPE_KEY = "lockType";
125 LockType lockType = (LockType) intent.getSerializableExtra(LOCK_TYPE_KEY);
129 this.fileLock = FileChannelInterProcessLockTest.acquire(lockType, channelType);
146 LockType lockType = (LockType) intent.getSerializableExtra(LOCK_TYPE_KEY);
148 this.fileLock = FileChannelInterProcessLockTest.acquire(lockType, channelType)
    [all...]
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 15 #ifndef LockType
16 #define LockType PthreadMutex
110 locks_ = new LockType*[n_];
112 locks_[i] = new LockType;
280 if (!LockType::supports_read_lock()) return;
299 if (!LockType::supports_recursive_lock()) return;
364 if (!LockType::supports_read_lock()) return;
387 if (!LockType::supports_read_lock()) return;
423 if (!LockType::supports_read_lock()) return;
495 LockType *l = new LockType[4]
    [all...]
  /external/python/cpython3/Lib/
_dummy_thread.py 17 'interrupt_main', 'LockType']
76 return LockType()
86 return LockType()
88 class LockType(object):
89 """Class implementing dummy implementation of _thread.LockType.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
dummy_thread.py 17 'interrupt_main', 'LockType']
73 return LockType()
81 class LockType(object):
82 """Class implementing dummy implementation of thread.LockType.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dummy_thread.py 17 'interrupt_main', 'LockType']
73 return LockType()
81 class LockType(object):
82 """Class implementing dummy implementation of thread.LockType.
  /external/python/cpython2/Lib/
dummy_thread.py 17 'interrupt_main', 'LockType']
73 return LockType()
81 class LockType(object):
82 """Class implementing dummy implementation of thread.LockType.
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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.
  /external/pdfium/xfa/fxfa/parser/
cxfa_recordset.cpp 23 {XFA_Attribute::LockType, XFA_AttributeType::Enum,
cxfa_node_statics.cpp     [all...]
  /external/python/cpython3/Lib/test/test_importlib/
test_locks.py 20 locktype = classmethod(lambda cls: cls.LockType("some_lock")) variable in class:ModuleLockAsRLockTests
43 LockType=LOCK_TYPES)
70 locks = [self.LockType(str(i)) for i in range(NLOCKS)]
124 LockType=LOCK_TYPES,
  /external/python/cpython3/Lib/test/
test_dummy_thread.py 32 with _thread.LockType():
118 self.assertIsInstance(_thread.allocate_lock(), _thread.LockType,
119 "_thread.LockType is not an instance of what "
123 self.assertIsInstance(_thread._set_sentinel(), _thread.LockType,
125 "LockType instance.")
  /external/python/cpython2/Lib/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 "
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
adoint_backcompat.h     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 475 LockType,
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 

Completed in 704 milliseconds

1 2