Searched refs:fwk_list_is_empty (Results 1 – 6 of 6) sorted by relevance
29 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()
231 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()
79 #define fwk_list_is_empty(list) \ macro
311 fwk_list_is_empty(&ctx->children_list); in clock_is_single_node()
295 while (!fwk_list_is_empty(&ctx.event_queue)) { in fwk_process_event_queue()
356 *has_alarm = !fwk_list_is_empty(&ctx->alarms_active); in get_next_alarm_remaining()
Completed in 8 milliseconds