HomeSort by relevance Sort by last modified time
    Searched refs:rm_lock (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
rssi_monitor.h 47 pthread_mutex_t rm_lock; member in class:RSSIMonitorCommand
rssi_monitor.cpp 78 pthread_mutex_lock(&rm_lock);
80 pthread_mutex_unlock(&rm_lock);
85 pthread_mutex_lock(&rm_lock);
87 pthread_mutex_unlock(&rm_lock);
93 pthread_mutex_lock(&rm_lock);
95 pthread_mutex_unlock(&rm_lock);
115 pthread_mutex_init(&rm_lock, NULL);
122 pthread_mutex_destroy(&rm_lock);

Completed in 1195 milliseconds