Home
last modified time | relevance | path

Searched refs:alt_no_error (Results 1 – 3 of 3) sorted by relevance

/hal_altera-latest/altera_hal/HAL/inc/os/
Dalt_sem.h86 #define ALT_SEM_CREATE(sem, value) alt_no_error ()
87 #define ALT_SEM_PEND(sem, timeout) alt_no_error ()
88 #define ALT_SEM_POST(sem) alt_no_error ()
Dalt_flag.h88 #define ALT_FLAG_CREATE(group, flags) alt_no_error ()
89 #define ALT_FLAG_PEND(group, flags, wait_type, timeout) alt_no_error ()
90 #define ALT_FLAG_POST(group, flags, opt) alt_no_error ()
/hal_altera-latest/altera_hal/HAL/inc/priv/
Dalt_no_error.h66 static ALT_INLINE int ALT_ALWAYS_INLINE alt_no_error (void) in alt_no_error() function