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