Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/options/
Dcore.rs13 pub struct Core { struct
15 pub ident: syn::Ident,
19 pub generics: syn::Generics,
46 impl Core { impl
81 impl ParseAttribute for Core { implementation
129 impl ParseData for Core { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/
Dmod.rs58 struct Core { struct
60 tasks: VecDeque<Notified>,
63 tick: u32,
68 driver: Option<Driver>,
71 metrics: MetricsBatch,
74 global_queue_interval: u32,
78 unhandled_panic: bool,
268 fn shutdown2(mut core: Box<Core>, handle: &Handle) -> Box<Core> { in shutdown2()
309 impl Core { impl
362 fn run_task<R>(&self, mut core: Box<Core>, f: impl FnOnce() -> R) -> (Box<Core>, R) { in run_task()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs101 struct Core { struct
103 tick: u32,
110 lifo_slot: Option<Notified>,
114 lifo_enabled: bool,
117 run_queue: queue::Local<Arc<Handle>>,
121 is_searching: bool,
124 is_shutdown: bool,
127 is_traced: bool,
133 park: Option<Parker>,
136 stats: Stats,
[all …]
/aosp_15_r20/external/rust/android-crates-io/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,
466 handoff_core: Arc<AtomicCell<Core>>, in run()
611 ) -> Option<Box<Core>> { in try_acquire_available_core()
673 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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Dstrategy.rs443 struct Core { struct
455 impl Core { argument
460 ) -> Result<Core, BuildError> { in new()
666 impl Strategy for Core { implementation
909 fn new(core: Core) -> Result<ReverseAnchored, Core> { in new() argument
1122 fn new(core: Core, hirs: &[&Hir]) -> Result<ReverseSuffix, Core> { in new() argument
1510 fn new(core: Core, hirs: &[&Hir]) -> Result<ReverseInner, Core> { in new() argument
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/
Dhappy_path.rs13 struct Core { struct
37 Core::from_derive_input(&di).unwrap(), in simple() argument
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dcore.rs137 pub(super) struct Core<T: Future, S> { struct
145 pub(super) stage: CoreStage<T>, argument
304 impl<T: Future, S: Schedule> Core<T, S> { impl
/aosp_15_r20/external/libchrome/base/
H A Dsequence_checker_impl.cc14 class SequenceCheckerImpl::Core { class in base::SequenceCheckerImpl
16 Core() : sequence_token_(SequenceToken::GetForCurrentThread()) {} in Core() function in base::SequenceCheckerImpl::Core
/aosp_15_r20/external/clang/include/clang/Basic/
H A DOpenCLOptions.h50 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
58 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dnetwork_delegate_error_observer.cc18 class NetworkDelegateErrorObserver::Core class in net::NetworkDelegateErrorObserver
40 NetworkDelegateErrorObserver::Core::Core( in Core() function in net::NetworkDelegateErrorObserver::Core
H A 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
/aosp_15_r20/external/cronet/net/ssl/
H A 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
H A Dssl_key_logger_impl.cc36 class SSLKeyLoggerImpl::Core class in net::SSLKeyLoggerImpl
39 Core() { in Core() function in net::SSLKeyLoggerImpl::Core
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A 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
/aosp_15_r20/external/cronet/net/dns/
H A Dsystem_dns_config_change_notifier.cc66 class SystemDnsConfigChangeNotifier::Core { class in net::SystemDnsConfigChangeNotifier
68 Core(scoped_refptr<base::SequencedTaskRunner> task_runner, in Core() function in net::SystemDnsConfigChangeNotifier::Core
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DMpService.h97 UINT32 Core; member
127 UINT32 Core; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DMpService.h97 UINT32 Core; member
127 UINT32 Core; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DMpService.h97 UINT32 Core; member
127 UINT32 Core; member
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dtask.rs381 struct Core { struct
382 queue: VecDeque<task::Notified<Runtime>>,
/aosp_15_r20/external/python/python-api-core/docs/
Dindex.rst8 Core title
/aosp_15_r20/external/skia/experimental/tskit/interface/
H A Dcore.ts5 namespace Core { namespace
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dshared_desktop_frame.h56 typedef rtc::FinalRefCountedObject<std::unique_ptr<DesktopFrame>> Core; typedef
/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/core/
H A Dtime_consts.rb19 module Core module

12345678910>>...18