CMSIS-RTX  
Keil RTX5 Real-Time Operating System
 
Loading...
Searching...
No Matches
osRtxInfo_t.post_process Struct Reference

Data Fields

void(* thread )(osRtxThread_t *)
 Thread Post Processing function.
 
void(* event_flags )(osRtxEventFlags_t *)
 Event Flags Post Processing function.
 
void(* semaphore )(osRtxSemaphore_t *)
 Semaphore Post Processing function.
 
void(* memory_pool )(osRtxMemoryPool_t *)
 Memory Pool Post Processing function.
 
void(* message )(osRtxMessage_t *)
 Message Post Processing function.
 

Field Documentation

◆ thread

Thread Post Processing function.

◆ event_flags

Event Flags Post Processing function.

◆ semaphore

Semaphore Post Processing function.

◆ memory_pool

Memory Pool Post Processing function.

◆ message

Message Post Processing function.