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

  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
queue.c 49 struct qentry { struct
50 STAILQ_ENTRY(qentry) list;
54 static STAILQ_HEAD(, qentry) queue = STAILQ_HEAD_INITIALIZER(queue);
57 static struct qentry *dequeue(void);
62 struct qentry *item;
64 item = grep_malloc(sizeof(struct qentry));
81 static struct qentry *
84 struct qentry *item;
98 struct qentry *item;
110 struct qentry *item
    [all...]
  /external/autotest/frontend/afe/
rpc_utils.py 607 for qentry in queue_entries:
608 if task['queue_entry']['id'] == qentry['id']:
609 job_dict = qentry['job']
    [all...]

Completed in 88 milliseconds