Searched refs:s_attachDepth (Results 1 – 2 of 2) sorted by relevance
56 static size_t s_attachDepth; variable677 if (!s_attachDepth) { in suspendPostAttachCallbacks()687 ++s_attachDepth; in suspendPostAttachCallbacks()692 if (s_attachDepth == 1) { in resumePostAttachCallbacks()702 --s_attachDepth; in resumePostAttachCallbacks()715 return s_attachDepth; in postAttachCallbacksAreSuspended()
104799 whether s_attachDepth is non-zero.