Home
last modified time | relevance | path

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

123

/external/rust/crates/darling_core/src/options/
Dcore.rs13 pub struct Core { struct
15 pub ident: syn::Ident,
19 pub generics: syn::Generics,
46 impl Core { implementation
81 impl ParseAttribute for Core { implementation
129 impl ParseData for Core { implementation
/external/rust/crates/darling/tests/
Dhappy_path.rs13 struct Core { struct
37 Core::from_derive_input(&di).unwrap(), in simple() argument
/external/rust/crates/tokio/src/runtime/scheduler/current_thread/
Dmod.rs48 struct Core { struct
50 tasks: VecDeque<Notified>,
53 tick: u32,
58 driver: Option<Driver>,
61 metrics: MetricsBatch,
64 global_queue_interval: u32,
68 unhandled_panic: bool,
247 fn shutdown2(mut core: Box<Core>, handle: &Handle) -> Box<Core> { in shutdown2()
288 impl Core { implementation
341 fn run_task<R>(&self, mut core: Box<Core>, f: impl FnOnce() -> R) -> (Box<Core>, R) { in run_task()
[all …]
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs102 struct Core { struct
104 tick: u32,
111 lifo_slot: Option<Notified>,
115 lifo_enabled: bool,
118 run_queue: queue::Local<Arc<Handle>>,
122 is_searching: bool,
125 is_shutdown: bool,
128 is_traced: bool,
134 park: Option<Parker>,
137 stats: Stats,
[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==(Core) const; argument
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dworker.rs116 pub(super) struct Core { struct
118 pub(super) index: usize,
120 lifo_slot: Option<Notified>,
123 run_queue: queue::Local<Arc<Handle>>,
127 pub(super) is_searching: bool,
130 stats: Stats,
133 rand: FastRand,
462 handoff_core: Arc<AtomicCell<Core>>, in run()
606 ) -> Option<Box<Core>> { in try_acquire_available_core()
665 fn reset_acquired_core(&mut self, cx: &Context, synced: &mut Synced, core: &mut Core) { in reset_acquired_core()
[all …]
Didle.rs46 pub(super) fn new(cores: Vec<Box<Core>>, num_workers: usize) -> (Idle, Synced) { in new()
82 pub(super) fn try_acquire_available_core(&self, synced: &mut Synced) -> Option<Box<Core>> { in try_acquire_available_core()
258 pub(super) fn release_core(&self, synced: &mut worker::Synced, core: Box<Core>) { in release_core()
288 pub(super) fn try_transition_worker_to_searching(&self, core: &mut Core) { in try_transition_worker_to_searching()
305 core: &mut Core, in transition_worker_to_searching_if_needed()
316 pub(super) fn transition_worker_to_searching(&self, core: &mut Core) { in transition_worker_to_searching()
357 fn set_all(&self, cores: &[Box<Core>]) { in set_all()
/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/cronet/net/proxy_resolution/
Dnetwork_delegate_error_observer.cc18 class NetworkDelegateErrorObserver::Core class in net::NetworkDelegateErrorObserver
40 NetworkDelegateErrorObserver::Core::Core( in Core() function in net::NetworkDelegateErrorObserver::Core
Dpolling_proxy_config_service.cc22 class PollingProxyConfigService::Core class in net::PollingProxyConfigService
25 Core(base::TimeDelta poll_interval, in Core() function in net::PollingProxyConfigService::Core
/external/rust/crates/tokio/src/runtime/task/
Dcore.rs143 pub(super) struct Core<T: Future, S> { struct
151 pub(super) stage: CoreStage<T>, argument
307 impl<T: Future, S: Schedule> Core<T, S> { impl
/external/cronet/net/ssl/
Dthreaded_ssl_private_key.cc31 class ThreadedSSLPrivateKey::Core class in net::ThreadedSSLPrivateKey
34 explicit Core(std::unique_ptr<ThreadedSSLPrivateKey::Delegate> delegate) in Core() function in net::ThreadedSSLPrivateKey::Core
Dssl_key_logger_impl.cc36 class SSLKeyLoggerImpl::Core class in net::SSLKeyLoggerImpl
39 Core() { in Core() function in net::SSLKeyLoggerImpl::Core
Dthreaded_ssl_private_key.h82 class Core; variable
/external/cronet/net/test/spawned_test_server/
Dremote_test_server_spawner_request.cc32 class RemoteTestServerSpawnerRequest::Core : public URLRequest::Delegate { class in net::RemoteTestServerSpawnerRequest
71 RemoteTestServerSpawnerRequest::Core::Core() in Core() function in net::RemoteTestServerSpawnerRequest::Core
/external/python/python-api-core/docs/
Dindex.rst8 Core title
/external/skia/experimental/tskit/interface/
Dcore.ts5 namespace Core { namespace
/external/webrtc/modules/desktop_capture/
Dshared_desktop_frame.h56 typedef rtc::FinalRefCountedObject<std::unique_ptr<DesktopFrame>> Core; typedef
/external/grpc-grpc/src/ruby/lib/grpc/core/
Dtime_consts.rb19 module Core module
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread_alt/worker/
Dtaskdump_mock.rs4 pub(super) fn trace_core(&self, core: Box<Core>) -> Box<Core> { in trace_core()
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread/worker/
Dtaskdump_mock.rs4 pub(super) fn trace_core(&self, core: Box<Core>) -> Box<Core> { in trace_core()
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/core/
Dstats_pb.rb29 module Core module
/external/skia/experimental/tskit/go/gen_types/testdata/
Dbindings1.cpp13 EMSCRIPTEN_BINDINGS(Core) { in EMSCRIPTEN_BINDINGS() argument
/external/pigweed/pw_presubmit/
Dformat.rst25 Core chapter

123