Home
last modified time | relevance | path

Searched refs:NANOHUB_LOCK_FILE (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp55 #define NANOHUB_LOCK_FILE NANOHUB_LOCK_DIR "/lock" macro
152 while (access(NANOHUB_LOCK_FILE, F_OK) == 0) { in wait_on_dev_lock()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp48 #define NANOHUB_LOCK_FILE NANOHUB_LOCK_DIR "/lock" macro
567 while (access(NANOHUB_LOCK_FILE, F_OK) == 0) { in waitOnNanohubLock()