RTEMS  5.0.0
Functions
privateenv.c File Reference

Instantiate a Private User Environment. More...

#include <stdlib.h>
#include <rtems/libio_.h>
#include <rtems/score/threadimpl.h>

Functions

rtems_user_env_trtems_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...
 

Detailed Description

Instantiate a Private User Environment.