Searched refs:AUNIT (Results 1 – 1 of 1) sorted by relevance
57 #define AUNIT(unit) ((arinc653_unit_t *)(unit)->priv) macro475 if ( AUNIT(unit) != NULL ) in a653sched_unit_sleep()476 AUNIT(unit)->awake = false; in a653sched_unit_sleep()495 if ( AUNIT(unit) != NULL ) in a653sched_unit_wake()496 AUNIT(unit)->awake = true; in a653sched_unit_wake()565 && (AUNIT(new_task) != NULL) in a653sched_do_schedule()566 && AUNIT(new_task)->awake in a653sched_do_schedule()
Completed in 3 milliseconds