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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
1-3.c 31 int lock_status; local
41 lock_status = sem_wait(mysemp);
44 if (lock_status == 0) {
  /external/autotest/client/site_tests/cellular_SIMLocking/
cellular_SIMLocking.py 96 lock_status = self._get_sim_lock_status()
97 lock_enabled = lock_status.get(
108 lock_status = self._get_sim_lock_status()
109 lock_type = lock_status.get(
120 lock_status = self._get_sim_lock_status()
121 lock_type = lock_status.get(
132 lock_status = self._get_sim_lock_status()
133 retries_left = lock_status.get(
  /bionic/libc/kernel/uapi/sound/
firewire.h 73 struct snd_firewire_event_lock_status lock_status; member in union:snd_firewire_event
  /external/kernel-headers/original/uapi/sound/
firewire.h 70 struct snd_firewire_event_lock_status lock_status; member in union:snd_firewire_event
  /external/autotest/client/cros/cellular/
test_environment.py 247 lock_status = props.get(
250 if lock_status is None:
252 locked = lock_status.get(

Completed in 449 milliseconds