SafeAPI Backend POSIX
POSIX/Linux OAL backend for safeAPIFreamwork
Loading...
Searching...
No Matches
posix_timer_state_t Struct Reference

Data Fields

pthread_t thread
sapi_timer_config_t config
volatile sig_atomic_t running
volatile sig_atomic_t should_stop
sapi_timer_handle_t self_handle

Detailed Description

Local makros Local types declarations

Definition at line 28 of file sapi_posix_backend_timer.c.

Field Documentation

◆ config

sapi_timer_config_t posix_timer_state_t::config

Definition at line 31 of file sapi_posix_backend_timer.c.

◆ running

volatile sig_atomic_t posix_timer_state_t::running

Definition at line 32 of file sapi_posix_backend_timer.c.

◆ self_handle

sapi_timer_handle_t posix_timer_state_t::self_handle

Definition at line 34 of file sapi_posix_backend_timer.c.

◆ should_stop

volatile sig_atomic_t posix_timer_state_t::should_stop

Definition at line 33 of file sapi_posix_backend_timer.c.

◆ thread

pthread_t posix_timer_state_t::thread

Definition at line 30 of file sapi_posix_backend_timer.c.


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