OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_tree_mutex_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
error_diag.cc
31
pthread_mutex_init(&
device_tree_mutex_
, NULL);
48
pthread_mutex_destroy(&
device_tree_mutex_
);
55
pthread_mutex_lock(&
device_tree_mutex_
);
57
pthread_mutex_unlock(&
device_tree_mutex_
);
82
pthread_mutex_lock(&
device_tree_mutex_
);
84
pthread_mutex_unlock(&
device_tree_mutex_
);
109
pthread_mutex_lock(&
device_tree_mutex_
);
111
pthread_mutex_unlock(&
device_tree_mutex_
);
116
pthread_mutex_unlock(&
device_tree_mutex_
);
122
pthread_mutex_lock(&
device_tree_mutex_
);
[
all
...]
error_diag.h
64
pthread_mutex_t
device_tree_mutex_
; // Mutex protecting device tree.
member in class:DeviceTree
Completed in 6384 milliseconds