Searched refs:context_ (Results 1 – 6 of 6) sorted by relevance
270 : context_(nullptr) {} in TraceContext()273 : context_(context) {} in TraceContext()276 : context_(other.context_) { in TraceContext()305 if (context_) { in Release()313 context_ = other.context_;319 trace_context_t* context_;329 : context_(nullptr) {} in TraceProlongedContext()332 : context_(context) {} in TraceProlongedContext()335 : context_(other.context_) { in TraceProlongedContext()356 if (context_) { in Release()[all …]
832 if (context_ != context) { in SetContext()838 ZX_DEBUG_ASSERT(context_ == ProcessorContext::kSync); in SetContext()842 context_ == ProcessorContext::kSync); in SetContext()848 ZX_DEBUG_ASSERT(context_ == ProcessorContext::kWait); in SetContext()861 context_ = context; in SetContext()913 if (context_ == ProcessorContext::kWait) { in ProcessEntry()917 if (context_ == ProcessorContext::kDelete) { in ProcessEntry()923 if (context_ == ProcessorContext::kSync) { in ProcessEntry()927 if (context_ != ProcessorContext::kDefault) { in ProcessEntry()933 if (context_ == ProcessorContext::kWork) { in ProcessEntry()[all …]
63 context_impl context_; variable
63 : context_(this), dispatcher_(new dispatcher_impl()) {} in single_threaded_executor()75 dispatcher_->run(context_); in run()
63 PendingOperation(Op op, SuspendContext* context) : op_(op), context_(context) {} in PendingOperation()73 SuspendContext* context() const { return context_; } in context()79 SuspendContext* context_; variable
417 context_(ProcessorContext::kDefault) {} in JournalProcessor()485 ProcessorContext context_; variable
Completed in 14 milliseconds