| /arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/ |
| H A D | protocolhandlernotif_fuzzer.cpp | 38 Paused event;
in ProtocolHandlerNotifFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_SyncPrimitives.cpp | 43 void EtsEventWait(EtsObject *event) in EtsEventWait() argument 49 void EtsEventFire(EtsObject *event) in EtsEventFire() argument
|
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_events.cpp | 346 std::unique_ptr<PtJson> event = PtJson::CreateObject(); in TraceEventToJson() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_promise.cpp | 33 auto *event = EtsEvent::Create(coro); in Create() local 80 auto *event = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(nullptr, coroManager); in LaunchCallback() local
|
| H A D | ets_sync_primitives.h | 79 auto &event = awaitee->GetEvent(); in SuspendCoroutine() local
|
| H A D | ets_promise.h | 163 void SetEvent(EtsCoroutine *coro, EtsEvent *event) in SetEvent() argument 237 auto *event = GetEvent(EtsCoroutine::GetCurrent()); in Wait() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | interpreter_test_switch.cpp | 148 auto &event = listener.GetEvents()[0]; in TEST_F() local
|
| /arkcompiler/toolchain/tooling/test/client_utils/ |
| H A D | test_actions.h | 77 TestCase event = TestCase::COMMON; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | ets_finalizable_weak_ref_test.cpp | 166 TestEvent<EVENT_COUNT> event; in TEST_F() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | timers.cpp | 144 void Timer::TimerStartImpl(const std::string_view event, std::string fileName) in TimerStartImpl() argument 171 TimerEndImpl(const std::string_view event, std::string fileName) TimerEndImpl() argument [all...] |
| H A D | timers.h | 91 std::string event; member 106 TimerStartDoNothing(const std::string_view event, std::string fileName = �) TimerStartDoNothing() argument 107 TimerEndDoNothing(const std::string_view event, std::string fileName = �) TimerEndDoNothing() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| H A D | trace.cpp | 174 void Trace::WriteInfoToBuf(const ManagedThread *thread, Method *method, EventFlag event, uint32_t threadTime, in WriteInfoToBuf() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| H A D | test_util.h | 95 static void Event(DebugEvent event, PtThread thread = PtThread::NONE, in Event() argument 193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| H A D | tracing.cpp | 86 void Tracing::RecordTraceEvent(TraceEvent &event) in RecordTraceEvent() argument [all...] |
| /arkcompiler/toolchain/tooling/test/utils/ |
| H A D | test_util.h | 114 static void Event(DebugEvent event, JSPtLocation location = JSPtLocation(nullptr, EntityId(0), 0)) in Event() argument 198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_entrypoints.cpp | 96 auto *event = EtsEvent::Create(currentCoro); in LaunchCoroutine() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| H A D | cocos_worker_test.js | [all...] |