Home
last modified time | relevance | path

Searched defs:ReentryGuard (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dreentry_guard.h30 struct BASE_EXPORT ReentryGuard { struct
31 ALWAYS_INLINE ReentryGuard() : allowed_(!pthread_getspecific(entered_key_)) { in ReentryGuard() function
35 ALWAYS_INLINE ~ReentryGuard() { in ~ReentryGuard() argument
63 // ReentryGuard above will otherwise trigger the "unused code" warnings. argument