Home
last modified time | relevance | path

Searched refs:RT_NULL (Results 1 – 4 of 4) sorted by relevance

/include/
A Drtservice.h185 #define RT_SLIST_OBJECT_INIT(object) { RT_NULL }
194 l->next = RT_NULL; in rt_slist_init()
206 n->next = RT_NULL; in rt_slist_append()
219 while (list != RT_NULL) in rt_slist_len()
237 node->next = RT_NULL; in rt_slist_pop()
253 n->next = RT_NULL; in rt_slist_remove()
278 return l->next == RT_NULL; in rt_slist_isempty()
296 for (pos = (head)->next; pos != RT_NULL; pos = pos->next)
305 …for (pos = ((head)->next == (RT_NULL) ? (RT_NULL) : rt_slist_entry((head)->next, rt_typeof(*pos), …
306 pos != (RT_NULL) && &pos->member != (RT_NULL); \
[all …]
A Drttypes.h120 #define RT_NULL 0 macro
190 #define __GET_RETURN_ADDRESS RT_NULL
197 if (_curthr != RT_NULL) \
208 (lock)->pc = RT_NULL; \
A Drtthread.h793 rt_inline void *rt_console_current_user(void) { return RT_NULL; } in rt_console_current_user()
837 if (rt_thread_self() == RT_NULL) \
875 return rt_thread_self() != RT_NULL && rt_interrupt_get_nest() == 0; in rt_in_thread_context()
888 if (thread == RT_NULL) in rt_sched_thread_is_binding()
A Drtdef.h246 #define RT_IS_ALIGN(addr, align) ((!(addr & (align - 1))) && (addr != RT_NULL))
387 … #define __ON_HOOK_ARGS(__hook, argv) do {if ((__hook) != RT_NULL) __hook argv; } while (0)
959 #define LWP_IS_USER_MODE(t) ((t)->user_ctx.ctx == RT_NULL)

Completed in 13 milliseconds