Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/threading/
H A Dsimple_thread.h212 void AddWork(Delegate* work) { in AddWork() function
H A Dsimple_thread.cc146 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) { in AddWork() function in base::DelegateSimpleThreadPool
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/threading/
Dsimple_thread.h215 void AddWork(Delegate* work) { in AddWork() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/threading/
Dsimple_thread.h215 void AddWork(Delegate* work) { in AddWork() function
/aosp_15_r20/external/cronet/base/threading/
H A Dsimple_thread.cc145 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, in AddWork() function in base::DelegateSimpleThreadPool
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp4722 auto AddWork = [&](Value *V) { in findAllocaForValue() local