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

  /cts/tests/tests/libcorefileio/src/android/cts/
FileChannelInterProcessLockTest.java 74 checkTryLockBehavior(LockType.TRY_LOCK, LockType.TRY_LOCK,
78 checkTryLockBehavior(LockType.TRY_LOCK, LockType.TRY_LOCK,
95 checkTryLockBehavior(LockType.TRY_LOCK, LockType.TRY_LOCK,
97 checkTryLockBehavior(LockType.TRY_LOCK, LockType.LOCK_ON_REGION_WITH_TRY_LOCK,
99 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(this, lockType, channelType);
146 LockType lockType = (LockType) intent.getSerializableExtra(LOCK_TYPE_KEY);
148 this.fileLock = FileChannelInterProcessLockTest.acquire(this, 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.
  /external/python/cpython3/Lib/test/test_importlib/
test_locks.py 15 locktype = classmethod(lambda cls: cls.LockType("some_lock")) variable in class:ModuleLockAsRLockTests
38 LockType=LOCK_TYPES)
56 locks = [self.LockType(str(i)) for i in range(NLOCKS)]
110 LockType=LOCK_TYPES,
  /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.
  /external/pdfium/xfa/fxfa/parser/
cxfa_recordset.cpp 23 {XFA_Attribute::LockType, XFA_AttributeType::Enum,
cxfa_node_statics.cpp     [all...]
xfa_basic_data_element_script.cpp 511 {0x79975f2b, L"lockType", (XFA_ATTRIBUTE_CALLBACK)&CJX_RecordSet::lockType,
512 XFA_Attribute::LockType, XFA_ScriptType::Basic},
    [all...]
  /external/python/cpython3/Lib/test/
test_dummy_thread.py 32 with _thread.LockType():
117 self.assertIsInstance(_thread.allocate_lock(), _thread.LockType,
118 "_thread.LockType is not an instance of what "
122 self.assertIsInstance(_thread._set_sentinel(), _thread.LockType,
124 "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 "
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 475 LockType,

Completed in 310 milliseconds