Home
last modified time | relevance | path

Searched refs:NOTIFING (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dwait_queue.cpp71 if (ret || wn->status.load(std::memory_order_acquire) != we_status::NOTIFING) { in ThreadWaitUntil()
182 we->status.store(we_status::NOTIFING, std::memory_order_release); in WeNotifyProc()
215 we->status.store(we_status::NOTIFING, std::memory_order_release); in Notify()
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dexecute_ctx.h49 const int NOTIFING = 1; variable