Searched defs:AtomicUsize (Results 1 – 3 of 3) sorted by relevance
162 pub fn register_usize(signal: c_int, flag: Arc<AtomicUsize>, value: usize) -> Result<SigId, Error> { in register_usize()
357 struct AtomicUsize { struct362 impl AtomicUsize { impl363 const fn new(v: usize) -> AtomicUsize { in new()394 unsafe impl Sync for AtomicUsize {} implementation
76 fn test(path: &Path, failed: &AtomicUsize, abort_after: usize) { in test()