Searched defs:list_remove (Results 1 – 12 of 12) sorted by relevance
6 void list_remove(struct list_node *node) in list_remove() function
70 list_remove(struct list *elm) in list_remove() function
148 static inline void list_remove(list_t *list, void *remove_me) { in list_remove() function
100 list_remove( Timer* t ) in list_remove() function
129 TEST(list_remove) in TEST() argument
358 list_remove(PyListObject *self, PyObject *value) in list_remove() function
297 static void list_remove(grpc_timer* timer) { in list_remove() function
1384 func list_remove(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
656 #define list_remove(node) do { \ macro
68 static void list_remove(T* t, T** head, T** tail) { in list_remove() function