Searched refs:aos_object (Results 1 – 4 of 4) sorted by relevance
16 static void (*aos_object_attach_hook)(struct aos_object *object);17 static void (*aos_object_detach_hook)(struct aos_object *object);104 static void (*aos_object_attach_hook)(struct aos_object *object);105 static void (*aos_object_detach_hook)(struct aos_object *object);106 void (*aos_object_trytake_hook)(struct aos_object *object);107 void (*aos_object_take_hook)(struct aos_object *object);108 void (*aos_object_put_hook)(struct aos_object *object);233 void aos_object_init(struct aos_object *object, in aos_object_init()258 struct aos_object *obj; in aos_object_init()260 obj = dlist_entry(node, struct aos_object, list); in aos_object_init()[all …]
205 struct aos_object *object;220 object = dlist_entry(node, struct aos_object, list);
48 struct aos_object struct60 typedef struct aos_object *aos_object_t; argument73 void aos_object_init(struct aos_object *object,
98 struct aos_object parent; /**< inherit from aos_object */
Completed in 6 milliseconds