Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dsleep.c19 struct waker_work *ww; in waker_func() local
22 ww = CONTAINER_OF(dwork, struct waker_work, dwork); in waker_func()
23 k_wakeup(ww->tid); in waker_func()