Searched refs:record_event (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/tokio/src/signal/ |
D | registry.rs | 90 fn record_event(&self, event_id: EventId) { in record_event() method 138 pub(crate) fn record_event(&self, event_id: EventId) { in record_event() method 139 self.registry.record_event(event_id); in record_event() 198 registry.record_event(0); in smoke() 199 registry.record_event(0); in smoke() 200 registry.record_event(1); in smoke() 201 registry.record_event(1); in smoke() 208 registry.record_event(0); in smoke() 235 registry.record_event(42); in record_invalid_event_does_nothing() 242 registry.record_event(0); in broadcast_returns_if_at_least_one_event_fired() [all …]
|
D | windows.rs | 115 globals.record_event(ty as EventId); in handler()
|
D | unix.rs | 212 globals.record_event(signal as EventId); in action()
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | traceme_recorder_test.cc | 83 auto record_event = [&j]() { in TEST() local 98 record_event(); in TEST() 104 record_event(); in TEST() 105 record_event(); in TEST()
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_internal.h | 140 stream_executor_->record_event(device_, stream_handle, event_handle_, in Record()
|
D | stream_executor_test.cc | 83 void record_event(const SP_Device* const device, SP_Stream stream, in record_event() function 132 se->record_event = record_event; in PopulateDefaultStreamExecutor() 572 se_.record_event = [](const SP_Device* const device, SP_Stream stream, in TEST_F()
|
D | stream_executor.h | 313 void (*record_event)(const SP_Device* device, SP_Stream stream, member
|
D | stream_executor.cc | 165 VALIDATE_MEMBER(SP_StreamExecutor, se, record_event); in ValidateSPStreamExecutor() 565 stream_executor_->record_event(&device_, stream_handle, event_handle, in BlockHostUntilDone()
|