Home
last modified time | relevance | path

Searched refs:list_empty (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Ddlist.h159 static inline int list_empty(struct list_head *head) in list_empty() function
185 if (!list_empty(list)) in list_splice()
199 if (!list_empty(list)) { in list_splice_init()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlist.h88 static inline int list_empty(struct list_head *el) in list_empty() function
A Dquickjs-libc.c2013 if (list_empty(&ts->os_rw_handlers) && list_empty(&ts->os_timers)) in js_os_poll()
2017 if (!list_empty(&ts->os_timers)) { in js_os_poll()
2092 if (!list_empty(&ps->msg_queue)) { in handle_posted_message()
2099 if (list_empty(&ps->msg_queue)) { in handle_posted_message()
2182 if (list_empty(&ts->os_rw_handlers) && list_empty(&ts->os_timers) && in js_os_poll()
2183 list_empty(&ts->port_list)) in js_os_poll()
2186 if (!list_empty(&ts->os_timers)) { in js_os_poll()
3373 if (list_empty(&ps->msg_queue)) { in js_worker_postMessage()
A Drun-test262.c671 if (list_empty(&report_list)) { in js_agent_getReport()
A Dquickjs.c1843 return !list_empty(&rt->job_list); in JS_IsJobPending()
1855 if (list_empty(&rt->job_list)) { in JS_ExecutePendingJob()
2003 if(!list_empty(&rt->gc_obj_list)) { in JS_FreeRuntime()
2092 if (!list_empty(&rt->string_list)) { in JS_FreeRuntime()
18523 if (unlikely(!list_empty(&sf->var_ref_list))) { in JS_CallInternal()
19455 if (list_empty(&s->queue)) in js_async_generator_resume_next()
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_ipc.c122 if (list_empty(&ctx->msg_list.message_list)) { in dm_ipc_msg_next()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_client.c77 if (list_empty(&lst->lst_ctl)) { in fillAccessKey()
568 if (!ctl_head || list_empty(ctl_head)) { in heart_beat_cb()
603 if (!ctl_head || list_empty(ctl_head)) { in on_client_auth_timer()
A Dalcs_server.c151 if (list_empty(&lst->lst_svr)) { in is_legal_key()
703 if (!ctl_head || list_empty(ctl_head)) { in alcs_rec_heart_beat()
783 if (!head || list_empty(head)) { in on_svr_auth_timer()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_list.h351 #define list_empty dlist_empty macro
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c2233 if (list_empty(&ts->os_rw_handlers) && list_empty(&ts->os_timers)) { in js_os_poll()
2238 if (!list_empty(&ts->os_timers)) { in js_os_poll()
2316 if (!list_empty(&ps->msg_queue)) { in handle_posted_message()
2323 if (list_empty(&ps->msg_queue)) { in handle_posted_message()
2409 if (list_empty(&ts->os_rw_handlers) && list_empty(&ts->os_timers) && in js_os_poll()
2410 list_empty(&ts->port_list)) { in js_os_poll()
2414 if (!list_empty(&ts->os_timers)) { in js_os_poll()
3717 if (list_empty(&ps->msg_queue)) { in js_worker_postMessage()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/alios/
A Dwrapper.h109 static __inline int list_empty(struct list_head *head) in list_empty() function
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_upload_api.c399 if (!list_empty((list_head_t *)&g_http2_fs_ctx.file_list)) { in http_upload_file_func()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dosdep_service.c471 if(list_empty(phead)) in rtw_is_list_empty()

Completed in 123 milliseconds