OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:object_unlock_exclusive_
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/
locks.h
21
extern void
object_unlock_exclusive_
(IObject *thiz, const char *file, int line);
36
#define object_unlock_exclusive(thiz)
object_unlock_exclusive_
((thiz), __FILE__, __LINE__)
locks.c
122
void
object_unlock_exclusive_
(IObject *thiz, const char *file, int line)
function
Completed in 925 milliseconds