Searched refs:onlyOwner (Results 1 – 2 of 2) sorted by relevance
54 if (onlyOwner()) { in edit()67 if (onlyOwner()) { in editResize()92 if (onlyOwner()) { in attemptEdit()115 if (onlyOwner() || ((prev = mRefs.fetch_sub(1, std::memory_order_release) == 1) in release()
93 inline bool onlyOwner() const;138 bool SharedBuffer::onlyOwner() const { in onlyOwner() function