Home
last modified time | relevance | path

Searched refs:BackupId (Results 1 – 25 of 888) sorted by relevance

12345678910>>...36

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-threadpool-0.1.18/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-threadpool-0.1.18/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-threadpool-0.1.18/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-threadpool-0.1.17/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-threadpool-0.1.14/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-threadpool-0.1.14/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-threadpool/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-threadpool/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-threadpool-0.1.18/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/www/websocat/websocat-1.9.0/cargo-crates/tokio-threadpool-0.1.18/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
H A Dbackup.rs44 next_sleeper: UnsafeCell<BackupId>,
51 pub(crate) struct BackupId(pub(crate) usize); struct
85 next_sleeper: UnsafeCell::new(BackupId(0)), in new()
222 pub fn next_sleeper(&self) -> BackupId { in next_sleeper() argument
227 pub fn set_next_sleeper(&self, val: BackupId) { in set_next_sleeper() argument
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/tokio-threadpool-0.1.18/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-threadpool/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-threadpool/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-threadpool-0.1.17/src/pool/
H A Dbackup_stack.rs1 use pool::{Backup, BackupId};
20 pub(crate) const EMPTY: BackupId = BackupId(MAX_BACKUP);
23 pub(crate) const TERMINATED: BackupId = BackupId(EMPTY.0 + 1);
50 pub fn push(&self, entries: &[Backup], id: BackupId) -> Result<(), ()> { in push()
94 pub fn pop(&self, entries: &[Backup], terminate: bool) -> Result<Option<BackupId>, ()> { in pop() argument
167 fn head(&self) -> BackupId { in head() argument
168 BackupId(self.0 & STACK_MASK) in head()
171 fn set_head(&mut self, val: BackupId) { in set_head() argument
/dports/security/lego/lego-4.5.3/vendor/github.com/liquidweb/liquidweb-cli/instance/
H A DcloudServerCreate.go48 BackupId int `yaml:"backup-id"` //create from backup member
56 BackupId: -1,
130 if params.Template == "" && params.BackupId == -1 && params.ImageId == -1 {
145 if params.BackupId != -1 {
146 validateFields[params.BackupId] = "PositiveInt"
195 if params.BackupId != -1 {
197 apiArgs := map[string]interface{}{"id": params.BackupId}
206 createArgs["backup_id"] = params.BackupId

12345678910>>...36