/llvm-project/lldb/source/API/ |
H A D | SBListener.cpp | 59 void SBListener::AddEvent(const SBEvent &event) { in AddEvent() 129 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() 155 SBEvent &event) { in WaitForEventForBroadcaster() 175 uint32_t event_type_mask, SBEvent &event) { in WaitForEventForBroadcasterWithType() 193 bool SBListener::PeekAtNextEvent(SBEvent &event) { in PeekAtNextEvent() 205 SBEvent &event) { in PeekAtNextEventForBroadcaster() 218 SBEvent &event) { in PeekAtNextEventForBroadcasterWithType() 230 bool SBListener::GetNextEvent(SBEvent &event) { in GetNextEvent() 245 SBEvent &event) { in GetNextEventForBroadcaster() 262 SBEvent &event) { in GetNextEventForBroadcasterWithType() [all …]
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cpp | 235 __tsan::atomic_uintptr_t event; // Event* member 397 Event event(Event::SHUTDOWN); in ~ScopedThread() local 414 Event event(is_write ? Event::WRITE : Event::READ, addr, size, in Access() local 424 Event event(Event::VPTR_UPDATE, vptr.loc(), (uptr)new_val.loc()); in VptrUpdate() local 431 Event event(Event::CALL, (void*)((uintptr_t)pc)); in Call() local 436 Event event(Event::RETURN); in Return() local 441 Event event(Event::MUTEX_CREATE, &m); in Create() local 446 Event event(Event::MUTEX_DESTROY, &m); in Destroy() local 451 Event event(Event::MUTEX_LOCK, &m); in Lock() local 456 Event event(Event::MUTEX_TRYLOCK, &m); in TryLock() local [all …]
|
/llvm-project/lldb/examples/python/ |
H A D | scripted_step.py | 108 def explains_stop(self, event): argument 116 def should_stop(self, event): argument 140 def explains_stop(self, event): argument 145 def should_stop(self, event): argument 180 def explains_stop(self, event): argument 185 def should_stop(self, event): argument 241 def explains_stop(self, event): argument 244 def should_stop(self, event): argument
|
/llvm-project/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
H A D | swap.pass.cpp | 44 void f1(std::ios_base::event, std::ios_base&, int index) in f1() 50 void f2(std::ios_base::event, std::ios_base&, int index) in f2() 56 void g1(std::ios_base::event, std::ios_base&, int index) in g1() 62 void g2(std::ios_base::event, std::ios_base&, int index) in g2() 68 void g3(std::ios_base::event, std::ios_base&, int index) in g3()
|
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
H A D | ScriptedThreadPlanInterface.h | 24 virtual llvm::Expected<bool> ExplainsStop(Event *event) { return true; } in ExplainsStop() 26 virtual llvm::Expected<bool> ShouldStop(Event *event) { return true; } in ShouldStop()
|
/llvm-project/lldb/test/API/functionalities/step_scripted/ |
H A D | Steps.py | 9 def explains_stop(self, event): argument 12 def should_stop(self, event): argument 73 def should_stop(self, event): argument 106 def should_stop(self, event): argument 116 def explains_stop(self, event): argument
|
/llvm-project/lldb/test/API/functionalities/completion/ |
H A D | thread_plan_script.py | 13 def explains_stop(self, event): argument 16 def should_stop(self, event): argument
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | ProgressEvent.cpp | 75 ProgressEvent event(progress_id, message, completed, total, prev_event); in Create() local 107 llvm::json::Object event(CreateEventObject(GetEventName())); ToJSON() local 170 if (std::optional<ProgressEvent> event = ProgressEvent::Create( Update() local 223 if (std::optional<ProgressEvent> event = ProgressEvent::Create( Push() local [all...] |
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedThreadPlanPythonInterface.cpp | 39 ExplainsStop(Event * event) ExplainsStop() argument 54 ShouldStop(Event * event) ShouldStop() argument
|
/llvm-project/openmp/runtime/test/ompt/tasks/ |
H A D | task_early_fulfill.c | 21 omp_event_handle_t event; in main() local
|
H A D | task_late_fulfill.c | 21 omp_event_handle_t event; in main() local
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | omp_detach_taskwait.c | 20 omp_event_handle_t event; in main() local
|
H A D | issue-50602.c | 18 omp_event_handle_t event; in main() local
|
/llvm-project/openmp/tools/archer/tests/task/ |
H A D | task_early_fulfill.c | 22 omp_event_handle_t event; in main() local
|
H A D | task_late_fulfill.c | 22 omp_event_handle_t event; in main() local
|
/llvm-project/lldb/utils/lui/ |
H A D | sourcewin.py | 49 def handleEvent(self, event): argument 198 def handleBPEvent(self, event): argument 199 def getLocations(event): argument
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StoppointCallbackContext.h | 40 Event *event = nullptr; // This is the event, the callback can modify this to variable
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | RocmRuntimeWrappers.cpp | 85 extern "C" void mgpuStreamWaitEvent(hipStream_t stream, hipEvent_t event) { in mgpuStreamWaitEvent() argument 90 hipEvent_t event = nullptr; in mgpuEventCreate() local 95 extern "C" void mgpuEventDestroy(hipEvent_t event) { in mgpuEventDestroy() argument 99 extern "C" void mgpuEventSynchronize(hipEvent_t event) { in mgpuEventSynchronize() argument 103 extern "C" void mgpuEventRecord(hipEvent_t event, hipStream_ argument [all...] |
/llvm-project/libc/test/src/sys/epoll/linux/ |
H A D | epoll_pwait_test.cpp | 31 epoll_event event; in TEST() local
|
H A D | epoll_ctl_test.cpp | 30 epoll_event event; in TEST() local
|
H A D | epoll_wait_test.cpp | 30 epoll_event event; in TEST() local
|
H A D | epoll_pwait2_test.cpp | 31 epoll_event event; in TEST() local
|
/llvm-project/flang/test/Semantics/ |
H A D | allocate13.f90 | 18 type(event_type), pointer :: event component 32 type(event_type), allocatable :: event component 36 type(event_type) :: event component 77 type(event_type), allocatable :: event[:] local 152 type(event_type), allocatable :: event component
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TaskTimer.cpp | 17 std::function<void(const std::string &event, in ForEachTimedTask()
|
/llvm-project/lldb/include/lldb/Host/windows/ |
H A D | MainLoopWindows.h | 44 void *event; member
|