HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/src/linux-headers-7.0.0-1009-aws/tools/testing/selftests/futex/functional/run.sh
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later

###############################################################################
#
#   Copyright © International Business Machines  Corp., 2009
#
# DESCRIPTION
#      Run tests in the current directory.
#
# AUTHOR
#      Darren Hart <[email protected]>
#
# HISTORY
#      2009-Nov-9: Initial version by Darren Hart <[email protected]>
#      2010-Jan-6: Add futex_wait_uninitialized_heap and futex_wait_private_mapped_file
#                  by KOSAKI Motohiro <[email protected]>
#
###############################################################################

echo
./futex_requeue_pi

echo
./futex_requeue_pi_mismatched_ops

echo
./futex_requeue_pi_signal_restart

echo
./futex_wait_timeout

echo
./futex_wait_wouldblock

echo
./futex_wait_uninitialized_heap
./futex_wait_private_mapped_file

echo
./futex_wait

echo
./futex_requeue

echo
./futex_waitv

echo
./futex_priv_hash

echo
./futex_numa_mpol