mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-29 14:05:19 +08:00
7cb5dd8e2c
Add testing for futex_cmp_requeue(). The first test just requeues from one waiter to another one, and wakes it. The second performs both wake and requeue, and checks the return values to see if the operation woke/requeued the expected number of waiters. Signed-off-by: André Almeida <andrealmeid@collabora.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Davidlohr Bueso <dbueso@suse.de> Link: https://lore.kernel.org/r/20210531165036.41468-3-andrealmeid@collabora.com |
||
---|---|---|
.. | ||
.gitignore | ||
futex_requeue_pi_mismatched_ops.c | ||
futex_requeue_pi_signal_restart.c | ||
futex_requeue_pi.c | ||
futex_requeue.c | ||
futex_wait_private_mapped_file.c | ||
futex_wait_timeout.c | ||
futex_wait_uninitialized_heap.c | ||
futex_wait_wouldblock.c | ||
futex_wait.c | ||
Makefile | ||
run.sh |