Searched refs:RT_Object_Class_Static (Results 1 – 5 of 5) sorted by relevance
255 object->type = type | RT_Object_Class_Static; in rt_object_init()391 RT_ASSERT(!(object->type & RT_Object_Class_Static)); in rt_object_delete()426 if (object->type & RT_Object_Class_Static) in rt_object_is_systemobject()445 return object->type & ~RT_Object_Class_Static; in rt_object_get_type()
124 if ((obj->type & ~RT_Object_Class_Static) != arg->type) in list_get_next()189 if ((obj->type & ~RT_Object_Class_Static) != find_arg.type) in list_thread()297 if ((obj->type & ~RT_Object_Class_Static) != find_arg.type) in list_sem()364 if ((obj->type & ~RT_Object_Class_Static) != find_arg.type) in list_event()429 if ((obj->type & ~RT_Object_Class_Static) != find_arg.type) in list_mutex()487 if ((obj->type & ~RT_Object_Class_Static) != find_arg.type) in list_mailbox()557 if ((obj->type & ~RT_Object_Class_Static) != find_arg.type) in list_msgqueue()624 if ((obj->type & ~RT_Object_Class_Static) != find_arg.type) in list_memheap()681 if ((obj->type & ~RT_Object_Class_Static) != find_arg.type) in list_mempool()750 if ((obj->type & ~RT_Object_Class_Static) != find_arg.type) in list_timer()[all …]
122 if ((object->type & ~RT_Object_Class_Static) == RT_Object_Class_Thread) in _dlmodule_exit()205 (thread->thread_timer.parent.type == (RT_Object_Class_Static | RT_Object_Class_Timer))) in dlmodule_destroy_subthread()224 if (thread->type & RT_Object_Class_Static) in dlmodule_destroy_subthread()275 object_type = object->type & ~RT_Object_Class_Static; in dlmodule_destroy()280 if (object->type & RT_Object_Class_Static) in dlmodule_destroy()
442 ramfs->memheap.parent.type = RT_Object_Class_MemHeap | RT_Object_Class_Static; in dfs_ramfs_create()
383 RT_Object_Class_Static = 0x80 /**< The object is a static object. */ enumerator