Home
last modified time | relevance | path

Searched refs:lock_status (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
D1-3.c31 int lock_status; in main() local
41 lock_status = sem_wait(mysemp); in main()
44 if (lock_status == 0) { in main()
/external/autotest/client/site_tests/cellular_SIMLocking/
Dcellular_SIMLocking.py96 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(
/external/autotest/client/cros/cellular/
Dtest_environment.py247 lock_status = props.get(
250 if lock_status is None:
252 locked = lock_status.get(
/external/kernel-headers/original/uapi/sound/
Dfirewire.h70 struct snd_firewire_event_lock_status lock_status; member