Home
last modified time | relevance | path

Searched refs:ThreadNotifyMode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_core_test.cpp94 EXPECT_EQ(ThreadNotifyMode(task), false);
98 EXPECT_EQ(ThreadNotifyMode(task), true);
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/
H A Dscpu_task.cpp84 if (ThreadNotifyMode(parent) || parent->IsRoot()) { in DecChildRef()
109 if (ThreadNotifyMode(this) || IsRoot()) { in DecWaitDataRef()
H A Dcpu_task.h130 inline bool ThreadNotifyMode(CPUEUTask* task) in ThreadNotifyMode() function
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dshared_mutex.cpp130 if (ThreadNotifyMode(task) || we->weType == 2) { // 2 is weType in NotifyOne()
151 if (ThreadNotifyMode(task) || we->weType == 2) { // 2 is weType in NotifyAll()
H A Dio_poller.cpp164 if (ThreadNotifyMode(task)) { in PollOnce()
H A Dwait_queue.cpp213 if (ThreadNotifyMode(task) || we->weType == 2) { in Notify()
H A Dmutex.cpp264 if (ThreadNotifyMode(task) || we->weType == 2) { in wake()
H A Dpoller.cpp267 if (ThreadNotifyMode(task)) { in WakeTask()