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.rs35 struct Core { struct
37 tick: u8,
44 lifo_slot: Option<Notified>,
47 run_queue: queue::Local<Arc<Worker>>,
51 is_searching: bool,
54 is_shutdown: bool,
57 tasks: LinkedList<Task, <Task as Link>::Target>,
86 shutdown_cores: Mutex<Vec<Box<Core>>>, argument
381 fn maintenance(&self, mut core: Box<Core>) -> Box<Core> { in maintenance()
394 fn park(&self, mut core: Box<Core>) -> Box<Core> { in park()
[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/rust/crates/tokio/src/runtime/tests/
Dtask.rs73 struct Core { struct
74 queue: VecDeque<task::Notified<Runtime>>,
75 tasks: LinkedList<Task<Runtime>, <Task<Runtime> as Link>::Target>,
/external/webrtc/modules/desktop_capture/
Dshared_desktop_frame.h54 typedef rtc::RefCountedObject<std::unique_ptr<DesktopFrame>> Core; typedef
/external/skia/experimental/tskit/bindings/
Dcore.ts5 namespace Core { namespace
Dcore.cpp27 EMSCRIPTEN_BINDINGS(Core) { in EMSCRIPTEN_BINDINGS() argument
/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/rust/crates/tokio/src/runtime/task/
Dcore.rs50 pub(super) struct Core<T: Future, S> { struct
55 pub(super) stage: CoreStage<T>, argument
/external/llvm-project/lldb/docs/design/
Doverview.rst71 Core chapter
/external/libchrome/mojo/core/
Dcore_test_base.h19 class Core; variable
Dnode_controller.h42 class Core; variable
/external/scapy/
DCONTRIBUTING.md101 ### Core subsection
/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/llvm-project/llvm/test/Bindings/OCaml/
Dcore.ml1 (* RUN: rm -rf %t && mkdir -p %t && 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/deqp/framework/platform/win32/
DtcuWGL.hpp170 class Core class
/external/llvm-project/clang/include/clang/Basic/
DOpenCLOptions.h28 unsigned Core; // Option becomes (optional) core feature in this OpenCL member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp56 struct Core struct
65 std::vector<Core> cores; argument

12