Home
last modified time | relevance | path

Searched defs:Core (Results 1 – 25 of 33) sorted by relevance

12

/external/rust/crates/tokio/src/runtime/thread_pool/
Dworker.rs89 struct Core { struct
91 tick: u8,
98 lifo_slot: Option<Notified>,
101 run_queue: queue::Local<Arc<Shared>>,
105 is_searching: bool,
108 is_shutdown: bool,
114 park: Option<Parker>,
138 /// Cores that have observed the shutdown signal argument
143 shutdown_cores: Mutex<Vec<Box<Core>>>, argument
454 fn maintenance(&self, mut core: Box<Core>) -> Box<Core> { in maintenance()
[all …]
/external/swiftshader/third_party/marl/include/marl/
Dthread.h32 struct Core { struct
35 uint8_t index; // Core within the processor group argument
38 uint16_t index; // Core number argument
46 MARL_NO_EXPORT inline bool operator==(const Core&) const; argument
/external/libchrome/base/
Dsequence_checker_impl.cc14 class SequenceCheckerImpl::Core { class in base::SequenceCheckerImpl
16 Core() : sequence_token_(SequenceToken::GetForCurrentThread()) {} in Core() function in base::SequenceCheckerImpl::Core
/external/clang/include/clang/Basic/
DOpenCLOptions.h50 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
58 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
/external/python/python-api-core/docs/
Dindex.rst8 Core title
/external/webrtc/modules/desktop_capture/
Dshared_desktop_frame.h54 typedef rtc::RefCountedObject<std::unique_ptr<DesktopFrame>> Core; typedef
/external/rust/crates/tokio/src/runtime/task/
Dcore.rs46 pub(super) struct Core<T: Future, S> { struct
51 pub(super) stage: CoreStage<T>, argument
/external/skia/experimental/tskit/interface/
Dcore.ts5 namespace Core { namespace
/external/grpc-grpc/src/ruby/lib/grpc/core/
Dtime_consts.rb19 module Core module
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/core/
Dstats_pb.rb27 module Core module
/external/skia/experimental/tskit/go/gen_types/testdata/
Dbindings1.cpp13 EMSCRIPTEN_BINDINGS(Core) { in EMSCRIPTEN_BINDINGS() argument
/external/libchrome/mojo/core/
Dcore_test_base.h19 class Core; variable
Dnode_controller.h42 class Core; variable
/external/skia/experimental/tskit/bindings/
Dcore.cpp27 EMSCRIPTEN_BINDINGS(Core) { in EMSCRIPTEN_BINDINGS() argument
/external/scapy/
DCONTRIBUTING.md101 ### Core subsection
/external/rust/crates/tokio/src/runtime/tests/
Dtask.rs219 struct Core { struct
220 queue: VecDeque<task::Notified<Runtime>>,
/external/nanohttpd/src/site/markdown/
Dindex.md107 ### Core subsection
/external/nanohttpd/
DREADME.md107 ### Core subsection
/external/llvm/test/Bindings/OCaml/
Dcore.ml1 (* RUN: cp %s %T/core.ml
/external/libchrome/mojo/
DREADME.md39 ### Embedding
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java11 public interface Core { interface
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_topology.cc100 TpuCoreLocationExternal TpuTopologyExternal::Core(TpuCoreTypeEnum core_type, in Core() function in tensorflow::tpu::TpuTopologyExternal
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp56 struct Core struct
65 std::vector<Core> cores; argument
/external/rust/crates/vulkano/autogen/
Dextensions.rs51 Core((u16, u16)), enumerator
/external/deqp/framework/platform/win32/
DtcuWGL.hpp170 class Core class

12