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

  /external/libnfc-nxp/src/
phDal4Nfc_DeferredCall.h 21 #include <mqueue.h>
  /external/libppp/src/
mbuf.h 42 struct mqueue { struct
118 extern void m_enqueue(struct mqueue *, struct mbuf *);
119 extern struct mbuf *m_dequeue(struct mqueue *);
ipv6cp.h 56 struct mqueue Queue[2]; /* Output packet queues */
link.h 49 struct mqueue Queue[2]; /* Our output queue of mbufs */
ipcp.h 100 struct mqueue Queue[3]; /* Output packet queues */
link.c 97 struct mqueue *queue, *highest;
110 struct mqueue *queue, *highest;
153 struct mqueue *queue, *highest;
mbuf.c 345 m_dequeue(struct mqueue *q)
367 m_enqueue(struct mqueue *queue, struct mbuf *bp)
ncp.c 291 struct mqueue *q;
ipv6cp.c 410 struct mqueue *q;
424 struct mqueue *queue;
ipcp.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mqueue.h 30 #include <bits/mqueue.h>
101 #endif /* mqueue.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mqueue.h 30 #include <bits/mqueue.h>
101 #endif /* mqueue.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mqueue.h 30 #include <bits/mqueue.h>
101 #endif /* mqueue.h */
  /external/valgrind/main/none/tests/
mq.c 10 #include <mqueue.h>
27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0)
35 if ((mqdr = mq_open("/valgrind-mqueue", O_RDONLY)) < 0)
38 mq_unlink("/valgrind-mqueue");
43 if (mq_unlink("/valgrind-mqueue") < 0)
  /external/strace/
ipc.c 38 # include <mqueue.h>
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]

Completed in 213 milliseconds