Searched refs:object_unlock_exclusive_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/
H A Dlocks.h23 extern void object_unlock_exclusive_(IObject *thiz, const char *file, int line);
38 #define object_unlock_exclusive(thiz) object_unlock_exclusive_((thiz), __FILE__, __LINE__)
H A Dlocks.c135 void object_unlock_exclusive_(IObject *thiz, const char *file, int line) function

Completed in 2187 milliseconds