RTEMS  5.1
Data Fields
rtems_rap_data_s Struct Reference

Data Fields

pthread_once_t once
 
rtems_mutex lock
 
rtems_chain_control apps
 
int last_errno
 
char last_error [64]
 

Detailed Description

The global RAP data. This structure is allocated on the heap when the first call to location an application and is never released.

Field Documentation

◆ apps

rtems_chain_control rtems_rap_data_s::apps

List if loaded application.

◆ last_errno

int rtems_rap_data_s::last_errno

Last error number.

◆ last_error

char rtems_rap_data_s::last_error[64]

Last error string.

◆ lock

rtems_mutex rtems_rap_data_s::lock

The RAP lock id


The documentation for this struct was generated from the following file: