Home
last modified time | relevance | path

Searched refs:lock_status (Results 1 – 5 of 5) 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/arm-trusted-firmware/plat/brcm/board/stingray/driver/
Dihost_pll_config.c217 unsigned int lock_status; in ARMCOE_crm_pllIsLocked() local
225 lock_status = mmio_read_32(ihostx_config_root + in ARMCOE_crm_pllIsLocked()
227 if (lock_status & BIT(A72_CRM_PLL_STATUS__PLL0_LOCK_R)) in ARMCOE_crm_pllIsLocked()
/external/autotest/client/cros/cellular/
Dtest_environment.py254 lock_status = props.get(
257 if lock_status is None:
259 locked = lock_status.get(
/external/kernel-headers/original/uapi/sound/
Dfirewire.h70 struct snd_firewire_event_lock_status lock_status; member