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

  /system/core/include/cutils/
list.h 53 #define list_tail(list) ((list)->prev) macro
  /external/qemu/android/
async-socket.c 413 AsyncSocketIO** list_tail)
420 *list_tail = NULL;
459 * list_head, list_tail - Pointers to the list head and tail.
467 AsyncSocketIO** list_tail,
486 if (*list_tail == io) {
487 *list_tail = prev;
499 * list_head, list_tail - Pointers to the list head and tail.
504 AsyncSocketIO** list_tail)
512 *list_tail = NULL;
    [all...]
  /system/core/init/
init.c 515 return (list_tail(&act->commands) == &cmd->clist);

Completed in 1283 milliseconds