Searched refs:ScopedDeferTaskPosting (Results 1 – 12 of 12) sorted by relevance
15 constinit thread_local ScopedDeferTaskPosting* scoped_defer_task_posting =21 void ScopedDeferTaskPosting::PostOrDefer( in PostOrDefer()26 ScopedDeferTaskPosting* scope = Get(); in PostOrDefer()37 ScopedDeferTaskPosting* ScopedDeferTaskPosting::Get() { in Get()41 MSAN_UNPOISON(&scoped_defer_task_posting, sizeof(ScopedDeferTaskPosting*)); in Get()47 bool ScopedDeferTaskPosting::Set(ScopedDeferTaskPosting* scope) { in Set()57 bool ScopedDeferTaskPosting::IsPresent() { in IsPresent()61 ScopedDeferTaskPosting::ScopedDeferTaskPosting() { in ScopedDeferTaskPosting() function in base::ScopedDeferTaskPosting65 ScopedDeferTaskPosting::~ScopedDeferTaskPosting() { in ~ScopedDeferTaskPosting()78 ScopedDeferTaskPosting::DeferredTask::DeferredTask( in DeferredTask()[all …]
26 class BASE_EXPORT [[maybe_unused, nodiscard]] ScopedDeferTaskPosting {35 ScopedDeferTaskPosting();37 ScopedDeferTaskPosting(const ScopedDeferTaskPosting&) = delete;38 ScopedDeferTaskPosting& operator=(const ScopedDeferTaskPosting&) = delete;40 ~ScopedDeferTaskPosting();43 static ScopedDeferTaskPosting* Get();46 static bool Set(ScopedDeferTaskPosting* scope);
72 ScopedDeferTaskPosting disallow_task_posting; in WaitNoSyncWork()
99 ScopedDeferTaskPosting disallow_task_posting; in PostTask()113 ScopedDeferTaskPosting disallow_task_posting; in PostCancelableTask()
44 base::ScopedDeferTaskPosting::PostOrDefer( in PostDelayedTask()
48 ScopedDeferTaskPosting disallow_task_posting; in PostDelayedTask()