RTEMS CPU Kit with SuperCore
4.11.3
|
Instantiate a Private User Environment. More...
Functions | |
rtems_user_env_t * | rtems_current_user_env_get (void) |
Instantiate a private user environment for the calling thread. 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.