HomeSort by relevance Sort by last modified time
    Searched full:list_tail (Results 1 - 4 of 4) sorted by null

  /system/core/include/cutils/
list.h 53 #define list_tail(list) ((list)->prev) macro
  /external/qemu/android/
async-socket.c 411 AsyncSocketIO** list_tail)
418 *list_tail = NULL;
457 * list_head, list_tail - Pointers to the list head and tail.
465 AsyncSocketIO** list_tail,
484 if (*list_tail == io) {
485 *list_tail = prev;
497 * list_head, list_tail - Pointers to the list head and tail.
502 AsyncSocketIO** list_tail)
510 *list_tail = NULL;
    [all...]
  /external/sepolicy/tools/
check_seapp.c 184 static line_order_list *list_tail = NULL; variable
732 list_head = list_tail = node;
734 list_tail->next = node;
735 list_tail = list_tail->next;
  /system/core/init/
init.c 528 return (list_tail(&act->commands) == &cmd->clist);

Completed in 566 milliseconds