Searched refs:outgoing_thread_ref (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/trace-engine/include/trace-engine/
H A Dcontext.h286 // |outgoing_thread_ref| is the thread which was descheduled from the CPU.
295 const trace_thread_ref_t* outgoing_thread_ref,
/fuchsia/zircon/system/ulib/trace-engine/
H A Dcontext_api.cpp828 const trace_thread_ref_t* outgoing_thread_ref,
834 trace::SizeOfEncodedThreadRef(outgoing_thread_ref) +
844 outgoing_thread_ref->encoded_value) |
852 .WriteThreadRef(outgoing_thread_ref)
823 trace_context_write_context_switch_record( trace_context_t* context, trace_ticks_t event_time, trace_cpu_number_t cpu_number, trace_thread_state_t outgoing_thread_state, const trace_thread_ref_t* outgoing_thread_ref, const trace_thread_ref_t* incoming_thread_ref, trace_thread_priority_t outgoing_thread_priority, trace_thread_priority_t incoming_thread_priority) argument
/fuchsia/zircon/system/ulib/trace-reader/
H A Dreader.cpp377 auto outgoing_thread_ref = local
388 !DecodeThreadRef(record, outgoing_thread_ref,

Completed in 82 milliseconds