Searched defs:const_new (Results 1 – 11 of 11) sorted by relevance
32 pub(crate) const fn const_new(t: T) -> Mutex<T> { in const_new() method
84 pub const fn const_new(permits: usize) -> Self { in const_new() method
111 pub const fn const_new() -> Self { in const_new() method
252 pub const fn const_new(value: T) -> RwLock<T> in const_new() method
251 pub const fn const_new(t: T) -> Self in const_new() method
223 pub const fn const_new() -> Notify { in const_new() method
147 pub(crate) const fn const_new(mut permits: usize) -> Self { in const_new() method
452 fn const_new() { in const_new() function
176 pub const fn const_new(raw_mutex: R, val: T) -> Mutex<R, T> { in const_new() method
262 pub const fn const_new(raw_mutex: R, get_thread_id: G, val: T) -> ReentrantMutex<R, G, T> { in const_new() method
384 pub const fn const_new(raw_rwlock: R, val: T) -> RwLock<R, T> { in const_new() method