Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_error.c66 VOID posix_error_handler(ULONG error_code) in posix_error_handler() argument
68 while (error_code) { ; } in posix_error_handler()
109 VOID posix_internal_error(ULONG error_code) in posix_internal_error() argument
111 while (error_code) { ; } in posix_internal_error()
Dpx_int.h157 VOID posix_internal_error(ULONG error_code);
159 VOID posix_error_handler(ULONG error_code);
/ThreadX-v6.4.1/ports/c667x/ccs/example_build/include/
DTA66XX_DSP.h200 int32_t TA66XX_get_error_flag(int32_t *error_code, int32_t *error_function_id);
DC66XX_FUNCTIONS.hxx146 int32_t C66XX_get_error_flag(int32_t *error_code, int32_t *error_function_id);
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c220 static void osek_internal_error(ULONG error_code);
8053 static void osek_internal_error(ULONG error_code) in osek_internal_error() argument