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

  /external/libcxxabi/src/
cxa_guard.cpp 75 typedef uint32_t lock_type; typedef in namespace:__cxxabiv1::__anon27983
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::__anon27983
118 inline lock_type get_lock(uint64_t x)
128 inline void set_lock(uint64_t& x, lock_type y
    [all...]
  /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

Completed in 208 milliseconds