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 D | operation_queue_test.cpp | 61 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 D | vendor_manager_test.cpp | 76 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 D | vendor_ipp_everywhere_test.cpp | 65 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 D | operation_queue.cpp | 37 syncWait.Wait(CHECK_OP_INTERVAL_MS); in Run() 49 syncWait.Notify(); in Stop() 73 syncWait.Notify(); in Push()
|
H A D | vendor_bsuni_driver.cpp | 258 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 D | event_queue_ffrt.cpp | 430 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 D | event_queue_ffrt.h | 158 …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 D | operation_queue.h | 41 ThreadSyncWait syncWait; variable
|
H A D | vendor_driver_base.h | 96 ThreadSyncWait syncWait; variable
|