OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TAILQ_EMPTY
(Results
1 - 25
of
57
) sorted by null
1
2
3
/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/chromium_org/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
compat-queue.h
366
if (!
TAILQ_EMPTY
(head2)) { \
374
#define
TAILQ_EMPTY
(head) ((head)->tqh_first == NULL)
/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) \
/external/chromium_org/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)
Completed in 42 milliseconds
1
2
3