Searched defs:ReentryGuard (Results 1 – 1 of 1) sorted by relevance
30 struct BASE_EXPORT ReentryGuard { struct31 ALWAYS_INLINE ReentryGuard() : allowed_(!pthread_getspecific(entered_key_)) { in ReentryGuard() function35 ALWAYS_INLINE ~ReentryGuard() { in ~ReentryGuard() argument63 // ReentryGuard above will otherwise trigger the "unused code" warnings. argument