Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c51 struct thread_arg { struct
112 struct thread_arg *args = (struct thread_arg *)arg; in waiterfn()
148 struct thread_arg *args = (struct thread_arg *)arg; in broadcast_wakerfn()
196 struct thread_arg *args = (struct thread_arg *)arg; in signal_wakerfn()
261 struct thread_arg *args = (struct thread_arg *)arg; in third_party_blocker()
283 struct thread_arg blocker_arg = THREAD_ARG_INITIALIZER; in unit_test()
284 struct thread_arg waker_arg = THREAD_ARG_INITIALIZER; in unit_test()
287 struct thread_arg args[THREAD_MAX]; in unit_test()