OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutexUnlock
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libwsbm/src/
wsbm_driver.h
59
void (*
mutexUnlock
) (struct _WsbmMutex *);
77
(_mutex)->func->
mutexUnlock
(_mutex);
wsbm_driver.c
86
.
mutexUnlock
= n_mutexNone,
221
.
mutexUnlock
= p_mutexUnlock,
Completed in 173 milliseconds