/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/ |
H A D | event.d | 71 struct Event struct 99 m_event = CreateEvent(null, manualReset, initialState, null); in initialize() argument 135 ~this() in ~this() 144 void terminate() in terminate() 172 SetEvent(m_event); in set() argument 192 ResetEvent(m_event); in reset() argument 211 bool wait() in wait() 232 bool wait(Duration tmout) in wait() 303 Event ev1 = Event(false, false); argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/DirectoryWatcher/ |
H A D | DirectoryWatcher.h | 66 struct Event { struct 67 enum class EventKind { argument 93 EventKind Kind; argument 98 Event(EventKind Kind, llvm::StringRef Filename) in Event() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cc | 192 struct Event { struct 193 enum Type { 219 Event(Type type, const void *ptr = 0, uptr arg = 0, uptr arg2 = 0) in Event() argument 239 atomic_uintptr_t event; // Event* argument
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | event.c | 37 EFI_EVENT Event; in LibCreateProtocolNotifyEvent() local 81 IN EFI_EVENT Event, in WaitForSingleEvent() 138 IN EFI_EVENT Event, in WaitForEventWithTimeout()
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslcompile.c | 95 UINT8 Event; in CmDoCompile() local 212 UINT8 Event; CmDoAslMiddleAndBackEnd() local 701 ASL_EVENT_INFO *Event; CmDumpAllEvents() local [all...] |
H A D | aslstartup.c | 308 UINT8 Event; in AslDoOneFile() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/ |
H A D | DirectoryWatcher-mac.cpp | 50 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> in DirectoryWatcherMac() 162 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in createFSEventStream() 218 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create() 261 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
H A D | DispatchStatistics.cpp | 21 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() 26 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
H A D | RetireControlUnitStatistics.cpp | 31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
H A D | BottleneckAnalysis.cpp | 67 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent() 106 void PressureTracker::handlePressureEvent(const HWPressureEvent &Event) { in handlePressureEvent() 489 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) { in onEvent() 541 void BottleneckAnalysis::onEvent(const HWPressureEvent &Event) { in onEvent()
|
H A D | SummaryView.cpp | 40 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/ |
H A D | DirectoryWatcher-linux.cpp | 245 struct inotify_event *Event = reinterpret_cast<struct inotify_event *>(P); in InotifyPollingLoop() local 285 DirectoryWatcher::Event Event = this->Queue.pop_front_blocking(); in EventReceivingLoop() local 297 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, in DirectoryWatcherLinux() 325 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_trace.h | 41 typedef u64 Event; typedef 83 struct Event { struct 90 EventType type : 3; argument 93 static_assert(sizeof(Event) == 8, "bad Event size"); argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 164 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() 165 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() 166 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/default/ |
H A D | DirectoryWatcher-not-implemented.cpp | 16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/windows/ |
H A D | DirectoryWatcher-windows.cpp | 46 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
/netbsd-src/games/trek/ |
H A D | externs.c | 107 struct event Event[MAXEVENTS]; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/ |
H A D | Stage.h | 79 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent()
|
/netbsd-src/sys/external/bsd/acpica/dist/events/ |
H A D | evevent.c | 306 UINT32 Event) in AcpiEvFixedEventDispatch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
H A D | InstructionTables.cpp | 62 HWInstructionIssuedEvent Event(IR, UsedResources); in execute() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerUtilFuchsia.cpp | 213 void CrashHandler(zx_handle_t *Event) { in CrashHandler() 311 zx_handle_t Event; in SetSignalHandler() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_fdr_controller.h | 334 bool customEvent(uint64_t TSC, uint16_t CPU, const void *Event, in customEvent() 349 const void *Event, int32_t EventSize) XRAY_NEVER_INSTRUMENT { in typedEvent()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_evlog.c | 30 TSS_PCR_EVENT Event, /* in */ in RPC_LogPcrEvent_TP()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_trace.h | 42 typedef u64 Event; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_trace.h | 40 typedef u64 Event; typedef
|