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

Completed in 49 milliseconds