HomeSort by relevance Sort by last modified time
    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 136 void object_unlock_exclusive_(IObject *thiz, const char *file, int line) function

Completed in 43 milliseconds