Searched refs:alt_no_error (Results 1 – 3 of 3) sorted by relevance
86 #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 ()
88 #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 ()
66 static ALT_INLINE int ALT_ALWAYS_INLINE alt_no_error (void) in alt_no_error() function