Home
last modified time | relevance | path

Searched defs:action (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/ports/win32/vs_2019/src/
Dtx_initialize_low_level.c99 void _tx_win32_debug_entry_insert(char *action, char *file, unsigned long line) in _tx_win32_debug_entry_insert()
/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_initialize_low_level.c111 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line) in _tx_linux_debug_entry_insert()
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_initialize_low_level.c116 void _tx_linux_debug_entry_insert(char *action, char *file, unsigned long line) in _tx_linux_debug_entry_insert()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dos.h782 UINT action; member
Dtx_osek.c4528 AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events, TaskType task, in CreateAlarm()