Searched defs:nf (Results 1 – 1 of 1) sorted by relevance
66 let nf = Box::new(UserDbLock { mtx: Mutex::new(user_id) }); in get_split_db_lock_by_user_id() localVariable69 let nf: &'static UserDbLock = Box::leak(nf); in get_split_db_lock_by_user_id() localVariable83 let nf = Box::new(UserDbLock { mtx: Mutex::new(user_id) }); in get_file_lock_by_user_id_db_file_name() localVariable86 let nf: &'static UserDbLock = Box::leak(nf); in get_file_lock_by_user_id_db_file_name() localVariable