Home
last modified time | relevance | path

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

/aosp12/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp162 SIMPLEQ_INIT(&pending_flush_items_head); in sensors_poll_context_t()
/aosp12/bionic/libc/include/sys/
H A Dqueue.h304 #define SIMPLEQ_INIT(head) do { \ macro