Searched refs:static_semaphore (Results 1 – 1 of 1) sorted by relevance
15 static struct rt_semaphore static_semaphore; variable33 rt_sem_detach(&static_semaphore); in test_static_semaphore_init()41 rt_sem_detach(&static_semaphore); in test_static_semaphore_init()60 result = rt_sem_detach(&static_semaphore); in test_static_semaphore_detach()103 rt_sem_detach(&static_semaphore); in test_static_semaphore_take()129 rt_sem_detach(&static_semaphore); in test_static_semaphore_trytake()161 rt_sem_detach(&static_semaphore); in test_static_semaphore_release()196 rt_sem_detach(&static_semaphore); in test_static_semaphore_control()204 result = rt_sem_release(&static_semaphore); in static_release_isr_hardware_callback()215 result = rt_sem_release(&static_semaphore); in static_release_isr_software_callback()[all …]
Completed in 3 milliseconds