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

  /external/libcxxabi/src/
cxa_guard.cpp 75 typedef uint32_t lock_type; typedef in namespace:__cxxabiv1::__anon24561
80 lock_type
83 return static_cast<lock_type>(x >> 32);
88 set_lock(uint64_t& x, lock_type y)
96 lock_type
99 return static_cast<lock_type>(x);
104 set_lock(uint64_t& x, lock_type y)
113 typedef bool lock_type; typedef in namespace:__cxxabiv1::__anon24561
118 inline lock_type get_lock(uint64_t x)
128 inline void set_lock(uint64_t& x, lock_type y
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_guard.cpp 75 typedef uint32_t lock_type; typedef in namespace:__cxxabiv1::__anon656
80 lock_type
83 return static_cast<lock_type>(x >> 32);
88 set_lock(uint64_t& x, lock_type y)
96 lock_type
99 return static_cast<lock_type>(x);
104 set_lock(uint64_t& x, lock_type y)
113 typedef bool lock_type; typedef in namespace:__cxxabiv1::__anon656
118 inline lock_type get_lock(uint64_t x)
128 inline void set_lock(uint64_t& x, lock_type y
    [all...]
  /external/ltp/testcases/kernel/device-drivers/locking/
lock_torture.sh 68 lock_type="spin_lock spin_lock_irq rw_lock rw_lock_irq mutex_lock rwsem_lock"
73 for type in $lock_type; do
  /external/autotest/client/site_tests/cellular_SIMLocking/
cellular_SIMLocking.py 109 lock_type = lock_status.get(
112 if lock_type is None:
115 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PIN
121 lock_type = lock_status.get(
124 if lock_type is None:
127 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PUK
  /external/toolchain-utils/binary_search_tool/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/darwin-x86/clang-4393122/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/darwin-x86/clang-4479392/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/darwin-x86/clang-4579689/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/darwin-x86/clang-4630689/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/darwin-x86/clang-4639204/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/darwin-x86/clang-4691093/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/linux-x86/clang-4393122/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/linux-x86/clang-4479392/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/linux-x86/clang-4579689/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/linux-x86/clang-4630689/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/linux-x86/clang-4639204/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /prebuilts/clang/host/linux-x86/clang-4691093/bin/
bisect_driver.py 63 lock_type = fcntl.LOCK_SH
65 lock_type = fcntl.LOCK_EX
68 fcntl.lockf(f, lock_type)
  /external/autotest/client/cros/cellular/pseudomodem/
sim.py 174 def lock_type(self): member in class:SIM
310 def _ResetRetries(self, lock_type):
311 if lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PIN:
313 elif lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PUK:
317 self._lock_data[lock_type]['retries'] = value
modem.py 355 self.sim.lock_type)
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 357 int lock_file(int fd, short lock_type, char *file)
377 flock_ptr->l_type = lock_type;

Completed in 537 milliseconds