Searched refs:device_tree_mutex_ (Results 1 – 2 of 2) sorted by relevance
31 pthread_mutex_init(&device_tree_mutex_, NULL); in DeviceTree()48 pthread_mutex_destroy(&device_tree_mutex_); in ~DeviceTree()55 pthread_mutex_lock(&device_tree_mutex_); in FindInSubTree()57 pthread_mutex_unlock(&device_tree_mutex_); in FindInSubTree()82 pthread_mutex_lock(&device_tree_mutex_); in AddErrorInstance()84 pthread_mutex_unlock(&device_tree_mutex_); in AddErrorInstance()109 pthread_mutex_lock(&device_tree_mutex_); in InsertSubDevice()111 pthread_mutex_unlock(&device_tree_mutex_); in InsertSubDevice()116 pthread_mutex_unlock(&device_tree_mutex_); in InsertSubDevice()122 pthread_mutex_lock(&device_tree_mutex_); in KnownBad()[all …]
64 pthread_mutex_t device_tree_mutex_; // Mutex protecting device tree. variable