| 445 | } |
| 446 | |
| 447 | pub struct Params { |
| 448 | pub handles: Vec<Arc<RwLock<Rendezvous>>>, |
| 449 | pub io_privileges: bool, |
| 450 | pub mounts: vfs::VFS, |
| 451 | pub args: Vec<u8>, // Command-line arguments |
| 452 | pub envs: Vec<u8>, // Environment variables |
| 453 | } |
| 454 | |
| 455 | /// Create a new user thread |
| 456 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected