Searched defs:groups_set (Results 1 – 3 of 3) sorted by relevance
75 groups_set: Arc<RwLock<HashSet<String>>>, field375 let groups_set: HashSet<String> = vec![GROUP_NAME.to_string()].into_iter().collect(); in test_vsock_thread_backend() localVariable471 let groups_set: HashSet<String> = vec!["groupA", "groupB", "group3"] in test_vsock_thread_backend_sibling_vms() localVariable
108 let groups_set: Arc<RwLock<HashSet<String>>> = in new() localVariable
20 static GID_T *groups_get, *groups_set; variable