RTEMS
5.0.0
|
Instantiate a Private User Environment. More...
Functions | |
rtems_user_env_t * | rtems_current_user_env_get (void) |
Fetch the pointer to the current user environment. More... | |
void | rtems_libio_free_user_env (void *arg) |
rtems_status_code | rtems_libio_set_private_env (void) |
Creates a private environment. More... | |
void | rtems_libio_use_global_env (void) |
Use the global environment. More... | |
Instantiate a Private User Environment.