HomeSort by relevance Sort by last modified time
    Searched defs:object_unlock_exclusive (Results 1 - 2 of 2) sorted by null

  /system/media/opensles/libopensles/
locks.c 88 void object_unlock_exclusive(IObject *this) function
locks.h 27 extern void object_unlock_exclusive(IObject *this);
36 #define object_unlock_exclusive(this) object_unlock_exclusive_((this), __FILE__, __LINE__) macro
45 #define object_unlock_shared(this) object_unlock_exclusive(this)
52 #define interface_unlock_exclusive(this) object_unlock_exclusive(InterfaceToIObject(this))

Completed in 29 milliseconds