RTEMS  5.0.0
Data Fields
Thread_Life_control Struct Reference

Thread life control. More...

#include <thread.h>

Data Fields

Thread_Action Action
 Thread life action used to react upon thread restart and delete requests.
 
Thread_Life_state state
 The current thread life state.
 
uint32_t pending_life_change_requests
 The count of pending life change requests.
 
void * exit_value
 The thread exit value. More...
 

Detailed Description

Thread life control.

Field Documentation

◆ exit_value

void* Thread_Life_control::exit_value

The thread exit value.

It is,

  • the value passed to pthread_exit(), or
  • PTHREAD_CANCELED in case it is cancelled via pthread_cancel(), or
  • NULL.

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