Searched refs:Fiber (Results 1 – 21 of 21) sorted by relevance
/external/swiftshader/third_party/marl/src/ |
D | scheduler.cpp | 50 Fiber::toString(FIBER->state), Fiber::toString(STATE)) 232 Scheduler::Fiber::Fiber(Allocator::unique_ptr<OSFiber>&& impl, uint32_t id) in Fiber() function in marl::Scheduler::Fiber 237 Scheduler::Fiber* Scheduler::Fiber::current() { in current() 242 void Scheduler::Fiber::notify() { in notify() 246 void Scheduler::Fiber::wait(marl::lock& lock, const Predicate& pred) { in wait() 253 void Scheduler::Fiber::switchTo(Fiber* to) { in switchTo() 262 Allocator::unique_ptr<Scheduler::Fiber> Scheduler::Fiber::create( in create() 267 return allocator->make_unique<Fiber>( in create() 271 Allocator::unique_ptr<Scheduler::Fiber> 272 Scheduler::Fiber::createFromCurrentThread(Allocator* allocator, uint32_t id) { in createFromCurrentThread() [all …]
|
D | trace.cpp | 192 if (auto fiber = Scheduler::Fiber::current()) { in Event()
|
/external/swiftshader/third_party/marl/include/marl/ |
D | scheduler.h | 136 class Fiber { 141 static Fiber* current(); 246 Fiber(Allocator::unique_ptr<OSFiber>&&, uint32_t id); 250 void switchTo(Fiber*); 254 static Allocator::unique_ptr<Fiber> create( 262 static Allocator::unique_ptr<Fiber> createFromCurrentThread( 293 inline Fiber* take(const TimePoint& timeout); 300 inline void add(const TimePoint& timeout, Fiber* fiber); 303 inline void erase(Fiber* fiber); 306 inline bool contains(Fiber* fiber) const; [all …]
|
D | conditionvariable.h | 80 containers::list<Scheduler::Fiber*> waiting; 126 if (auto fiber = Scheduler::Fiber::current()) { in wait() 165 if (auto fiber = Scheduler::Fiber::current()) { in wait_until()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.h | 34 Fiber, // Fiber enumerator
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cpp | 252 if (thread_type != ThreadType::Fiber) in ThreadStart() 440 ThreadStart(fiber, tid, 0, ThreadType::Fiber); in FiberCreate()
|
/external/swiftshader/third_party/marl/docs/ |
D | scheduler.md | 43 `marl::Scheduler::Fiber` is the public fiber interface that is tightly coupled with the `marl::Sche… 45 Each `marl::Scheduler::Fiber` is permanently associated with a `marl::Scheduler::Worker`, and is gu…
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 4568 marl::Scheduler::Fiber *mainFiber = nullptr; 4569 marl::Scheduler::Fiber *routineFiber = nullptr; 4590 ASSERT(marl::Scheduler::Fiber::current() == coroData->routineFiber); in suspend() 4606 ASSERT(marl::Scheduler::Fiber::current() == coroData->mainFiber); in resume() 4621 ASSERT(marl::Scheduler::Fiber::current() == coroData->mainFiber); in stop() 4872 coroData->routineFiber = marl::Scheduler::Fiber::current(); in invokeCoroutineBegin() 4884 coroData->mainFiber = marl::Scheduler::Fiber::current(); in invokeCoroutineBegin()
|
/external/libcups/locale/ |
D | cups.strings | 2818 // TRANSLATORS: Carbon Fiber ABS 2819 "material-type.abs-carbon-fiber" = "Carbon Fiber ABS";
|
D | cups_en.po | 8247 #. TRANSLATORS: Carbon Fiber ABS 8249 msgstr "Carbon Fiber ABS"
|
D | cups_cs.po | 7945 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups_fr.po | 7963 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups_ru.po | 8117 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups_zh_CN.po | 8085 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups_ja.po | 8152 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups_de.po | 8068 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups_ca.po | 8164 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups_it.po | 8160 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups_pt_BR.po | 8169 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups_es.po | 8178 #. TRANSLATORS: Carbon Fiber ABS
|
D | cups.pot | 10237 #. TRANSLATORS: Carbon Fiber ABS
|