Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp43 #define NANOHUB_LOCK_FILE NANOHUB_LOCK_DIR "/lock" macro
142 while (access(NANOHUB_LOCK_FILE, F_OK) == 0) { in wait_on_dev_lock()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp56 #define NANOHUB_LOCK_FILE NANOHUB_LOCK_DIR "/lock" macro
988 while (access(NANOHUB_LOCK_FILE, F_OK) == 0) { in waitOnNanohubLock()