Home
last modified time | relevance | path

Searched refs:context_ (Results 1 – 6 of 6) sorted by relevance

/system/ulib/trace-engine/include/trace-engine/
A Dinstrumentation.h270 : 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 …]
/system/ulib/blobfs/
A Djournal.cpp832 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 …]
/system/ulib/fit/include/lib/fit/
A Dsingle_threaded_executor.h63 context_impl context_; variable
/system/ulib/fit/
A Dsingle_threaded_executor.cpp63 : context_(this), dispatcher_(new dispatcher_impl()) {} in single_threaded_executor()
75 dispatcher_->run(context_); in run()
/system/core/devmgr/devmgr/
A Dcoordinator.h63 PendingOperation(Op op, SuspendContext* context) : op_(op), context_(context) {} in PendingOperation()
73 SuspendContext* context() const { return context_; } in context()
79 SuspendContext* context_; variable
/system/ulib/blobfs/include/blobfs/
A Djournal.h417 context_(ProcessorContext::kDefault) {} in JournalProcessor()
485 ProcessorContext context_; variable

Completed in 14 milliseconds