HomeSort by relevance Sort by last modified time
    Searched refs:TAILQ_EMPTY (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/third_party/libevent/
signal.c 214 if (TAILQ_EMPTY(&sig->evsigevents[evsignal])) {
278 if (!TAILQ_EMPTY(&sig->evsigevents[evsignal]))
kqueue.c 311 if (TAILQ_EMPTY(&kqop->evsigevents[nsignal])) {
389 if (TAILQ_EMPTY(&kqop->evsigevents[nsignal])) {
event.c 252 assert(TAILQ_EMPTY(base->activequeues[i]));
261 assert(TAILQ_EMPTY(&base->eventqueue));
  /external/openssh/openbsd-compat/
sys-queue.h 94 #undef TAILQ_EMPTY
417 #define TAILQ_EMPTY(head) \
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 338 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /bionic/libc/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /development/ndk/platforms/android-3/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /external/chromium/third_party/libevent/compat/sys/
queue.h 301 #define TAILQ_EMPTY(head) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
queue.h 440 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)

Completed in 162 milliseconds

1 2