Home
last modified time | relevance | path

Searched refs:record_stream (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_event.h35 …void set_record_stream(void *record_stream) override { record_stream_ = static_cast<cudaStream_t>( in set_record_stream() argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_event.h35 void set_record_stream(rtStream_t record_stream) override { record_stream_ = record_stream; } in set_record_stream() argument
Dascend_kernel_runtime.cc824 auto record_stream = stream_id_map_[pre_cnode_stream_id]; in GenKernelEvents() local
827 event->set_record_stream(record_stream); in GenKernelEvents()
875 auto record_stream = stream_id_map_[id]; in ProcessBoundaryEvent() local
877 post_event->set_record_stream(record_stream); in ProcessBoundaryEvent()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c78 typedef struct record_stream { struct
103 } record_stream; argument
106 PA_DEFINE_PRIVATE_CLASS(record_stream, pa_msgobject);
330 static void record_stream_unlink(record_stream *s) { in record_stream_unlink()
349 record_stream *s = RECORD_STREAM(o); in record_stream_free()
360 record_stream *s = RECORD_STREAM(o); in record_stream_process_msg()
389 static void fix_record_buffer_attr_pre(record_stream *s) { in fix_record_buffer_attr_pre()
479 static void fix_record_buffer_attr_post(record_stream *s) { in fix_record_buffer_attr_post()
500 static record_stream* record_stream_new( in record_stream_new()
522 record_stream *s; in record_stream_new()
[all …]