Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c45 struct thread_arg { struct
161 struct thread_arg *args = (struct thread_arg *)arg; in waiterfn()
196 struct thread_arg *args = (struct thread_arg *)arg; in broadcast_wakerfn()
242 struct thread_arg *args = (struct thread_arg *)arg; in signal_wakerfn()
302 struct thread_arg *args = (struct thread_arg *)arg; in third_party_blocker()
321 struct thread_arg blocker_arg = THREAD_ARG_INITIALIZER; in TEST_F()
322 struct thread_arg waker_arg = THREAD_ARG_INITIALIZER; in TEST_F()
328 struct thread_arg args[THREAD_MAX]; in TEST_F()