Searched refs:SYS_SEM_LOCK_ONEXIT (Results 1 – 1 of 1) sorted by relevance
152 #define SYS_SEM_LOCK_ONEXIT __attribute__((__cleanup__(z_sys_sem_lock_onexit))) macro154 #define SYS_SEM_LOCK_ONEXIT macro208 for (int __rc SYS_SEM_LOCK_ONEXIT = sys_sem_take((sem), K_FOREVER); ({ \