Home
last modified time | relevance | path

Searched refs:syncWait (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Doperation_queue_test.cpp61 ThreadSyncWait syncWait; variable
62 syncWait.Wait(WAIT_TIME_MS);
72 ThreadSyncWait syncWait; in __anon94e8c5aa0202() local
74 syncWait.Wait(WAIT_TIME_MS); in __anon94e8c5aa0202()
85 ThreadSyncWait syncWait; variable
86 syncWait.Wait(WAIT_TIME_MS);
95 ThreadSyncWait syncWait; variable
99 syncWait.Wait(WAIT_TIME_MS);
103 syncWait.Wait(WAIT_TIME_MS);
105 syncWait.Wait(WAIT_TIME_MS);
[all …]
H A Dvendor_manager_test.cpp76 ThreadSyncWait syncWait; variable
78 syncWait.Wait(WAIT_TIME_MS);
80 syncWait.Wait(WAIT_TIME_MS);
83 syncWait.Wait(WAIT_TIME_MS);
86 syncWait.Wait(WAIT_TIME_MS);
95 ThreadSyncWait syncWait; variable
97 syncWait.Wait(WAIT_TIME_MS);
99 syncWait.Wait(WAIT_TIME_MS);
102 syncWait.Wait(WAIT_TIME_MS);
108 syncWait.Wait(WAIT_TIME_MS);
[all …]
H A Dvendor_ipp_everywhere_test.cpp65 ThreadSyncWait syncWait; variable
66 syncWait.Wait(WAIT_TIME_MS);
68 syncWait.Wait(WAIT_TIME_MS);
70 syncWait.Wait(WAIT_TIME_MS);
72 syncWait.Wait(WAIT_TIME_MS);
89 ThreadSyncWait syncWait; variable
90 syncWait.Wait(WAIT_TIME_MS);
94 syncWait.Wait(WAIT_TIME_MS);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Doperation_queue.cpp37 syncWait.Wait(CHECK_OP_INTERVAL_MS); in Run()
49 syncWait.Notify(); in Stop()
73 syncWait.Notify(); in Push()
H A Dvendor_bsuni_driver.cpp258 syncWait.Notify(); in OnDestroy()
323 syncWait.Wait(timeout); in OnQueryCapability()
445 syncWait.Notify(); in OnPrinterCapabilityQueried()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp430 void EventQueueFFRT::InsertEvent(InnerEvent::Pointer &event, Priority priority, bool syncWait, in InsertEvent() argument
448 insertType, syncWait); in InsertEvent()
450 SubmitEventAtFront(event, priority, syncWait, taskName, lock); in InsertEvent()
452 SubmitEventAtEnd(event, priority, syncWait, taskName, lock); in InsertEvent()
465 void EventQueueFFRT::SubmitEventAtEnd(InnerEvent::Pointer &event, Priority priority, bool syncWait, in SubmitEventAtEnd() argument
486 if (syncWait) { in SubmitEventAtEnd()
497 …id EventQueueFFRT::SubmitEventAtFront(InnerEvent::Pointer &event, Priority priority, bool syncWait, in SubmitEventAtFront() argument
530 if (syncWait) { in SubmitEventAtFront()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h158 …d InsertEvent(InnerEvent::Pointer &event, Priority priority = Priority::LOW, bool syncWait = false,
160 LOCAL_API void SubmitEventAtEnd(InnerEvent::Pointer &event, Priority priority, bool syncWait,
162 LOCAL_API void SubmitEventAtFront(InnerEvent::Pointer &event, Priority priority, bool syncWait,
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Doperation_queue.h41 ThreadSyncWait syncWait; variable
H A Dvendor_driver_base.h96 ThreadSyncWait syncWait; variable