Home
last modified time | relevance | path

Searched refs:fwk_list_is_empty (Results 1 – 6 of 6) sorted by relevance

/SCP-firmware-master/framework/test/
A Dtest_fwk_list_empty.c29 assert(fwk_list_is_empty(&slist)); in test_slist_empty()
34 assert(fwk_list_is_empty(&dlist)); in test_dlist_empty()
41 assert(!fwk_list_is_empty(&slist)); in test_slist_not_empty()
48 assert(!fwk_list_is_empty(&dlist)); in test_dlist_not_empty()
A Dtest_fwk_core.c231 assert(fwk_list_is_empty(&ctx->free_event_queue)); in test___fwk_run_main_loop()
250 assert(fwk_list_is_empty(&ctx->free_event_queue)); in test___fwk_run_main_loop()
262 assert(fwk_list_is_empty(&ctx->event_queue)); in test___fwk_run_main_loop()
282 assert(fwk_list_is_empty(&ctx->event_queue)); in test___fwk_run_main_loop()
300 assert(fwk_list_is_empty(&ctx->isr_event_queue)); in test___fwk_run_main_loop()
317 assert(fwk_list_is_empty(&ctx->isr_event_queue)); in test___fwk_run_main_loop()
318 assert(fwk_list_is_empty(&ctx->event_queue)); in test___fwk_run_main_loop()
395 assert(fwk_list_is_empty(&ctx->free_event_queue)); in test_fwk_put_event()
464 assert(fwk_list_is_empty(&ctx->free_event_queue)); in test_fwk_put_event_light()
513 assert(fwk_list_is_empty(&ctx->free_event_queue)); in test___fwk_put_notification()
/SCP-firmware-master/framework/include/
A Dfwk_list.h79 #define fwk_list_is_empty(list) \ macro
/SCP-firmware-master/module/clock/src/
A Dclock_tree_management.c311 fwk_list_is_empty(&ctx->children_list); in clock_is_single_node()
/SCP-firmware-master/framework/src/
A Dfwk_core.c295 while (!fwk_list_is_empty(&ctx.event_queue)) { in fwk_process_event_queue()
/SCP-firmware-master/module/timer/src/
A Dmod_timer.c356 *has_alarm = !fwk_list_is_empty(&ctx->alarms_active); in get_next_alarm_remaining()

Completed in 8 milliseconds