Searched refs:lock_type (Results 1 – 7 of 7) sorted by relevance
76 typedef uint32_t lock_type; typedef81 lock_type84 return static_cast<lock_type>(x >> 32); in get_lock()89 set_lock(uint64_t& x, lock_type y) in set_lock()97 lock_type100 return static_cast<lock_type>(x); in get_lock()105 set_lock(uint64_t& x, lock_type y) in set_lock()114 typedef bool lock_type; typedef117 lock_type130 set_lock(uint64_t& x, lock_type y) in set_lock()[all …]
109 lock_type = lock_status.get(112 if lock_type is None:115 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PIN121 lock_type = lock_status.get(124 if lock_type is None:127 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PUK
67 lock_type="spin_lock spin_lock_irq rw_lock rw_lock_irq mutex_lock rwsem_lock"72 for type in $lock_type; do
174 def lock_type(self): member in SIM310 def _ResetRetries(self, lock_type): argument311 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
355 self.sim.lock_type)
63 lock_type = fcntl.LOCK_SH65 lock_type = fcntl.LOCK_EX68 fcntl.lockf(f, lock_type)
357 int lock_file(int fd, short lock_type, char *file) in lock_file() argument377 flock_ptr->l_type = lock_type; in lock_file()