Home
last modified time | relevance | path

Searched refs:MAX_ADB_FASTBOOT_PROCESS (Results 1 – 3 of 3) sorted by relevance

/test/framework/harnesses/host_controller/utils/ipc/
Dfile_lock_semaphore.py74 diff = common.MAX_ADB_FASTBOOT_PROCESS - self.sem_max_value
76 max(0, self.sem_value + diff), common.MAX_ADB_FASTBOOT_PROCESS)
78 value_to_init = common.MAX_ADB_FASTBOOT_PROCESS
83 "%s\n%s" % (common.MAX_ADB_FASTBOOT_PROCESS, value_to_init))
Dfile_lock_semaphore_test.py64 for _ in range(common.MAX_ADB_FASTBOOT_PROCESS):
/test/framework/harnesses/host_controller/
Dcommon.py209 MAX_ADB_FASTBOOT_PROCESS = 2 variable