Home
last modified time | relevance | path

Searched refs:SIMPLEQ_EMPTY (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp232 if (!SIMPLEQ_EMPTY(&pending_flush_items_head)) { in pollEvents()
/aosp12/bionic/libc/include/sys/
H A Dqueue.h353 #define SIMPLEQ_EMPTY(head) ((head)->sqh_first == NULL) macro