Searched refs:asyncCallbackScopeDepth_ (Results 1 – 2 of 2) sorted by relevance
89 asyncCallbackScopeDepth_++; in Open()101 asyncCallbackScopeDepth_--; in Close()
96 return asyncCallbackScopeDepth_; in GetAsyncCallbackScopeDepth()101 size_t asyncCallbackScopeDepth_ = 0; variable