Searched defs:const_new (Results 1 – 14 of 14) sorted by relevance
17 pub(crate) const fn const_new(t: T) -> Mutex<T> { in const_new() method
57 pub(crate) const fn const_new(t: T) -> Mutex<T> { in const_new() method
176 pub const fn const_new() -> Self { in const_new() method
176 pub const fn const_new(permits: usize) -> Self { in const_new() method
327 pub const fn const_new() -> Notify { in const_new() method
341 pub const fn const_new(value: T) -> RwLock<T> in const_new() method
185 pub(crate) const fn const_new(mut permits: usize) -> Self { in const_new() method
304 pub const fn const_new(t: T) -> Self in const_new() method
712 fn const_new() { in const_new() function
431 fn const_new() { in const_new() function
915 fn const_new() { in const_new() function
183 pub const fn const_new(raw_mutex: R, val: T) -> Mutex<R, T> { in const_new() method
276 pub const fn const_new(raw_mutex: R, get_thread_id: G, val: T) -> ReentrantMutex<R, G, T> { in const_new() method
403 pub const fn const_new(raw_rwlock: R, val: T) -> RwLock<R, T> { in const_new() method