Searched refs:futex_Y (Results 1 - 4 of 4) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysfutex3_d.S94 // futex(futex_X, FUTEX_CMP_REQUEUE, 1, INT_MAX, futex_Y, *futex_X)
99 la a4, futex_Y // move all other waiter to futex_Y
105 // futex_Y
111 // alternating between futex_X and futex_Y
115 // futex(futex_Y, FUTEX_WAKE_PRIVATE, 0)
116 la a0, futex_Y
170 futex_Y: .dword 0 label
H A Dsysfutex_d.S85 // Wake up thread(s) waiting on futex_X and then wait on futex_Y in a
109 // futex(futex_Y, FUTEX_WAIT_PRIVATE, 0)
110 la a0, futex_Y
112 li a2, 0 // expected val of futex_Y
127 // Wait on futex_X and then wake up threads waiting on futex_Y in a loop
147 // futex(futex_Y, FUTEX_WAKE_PRIVATE, 0)
148 la a0, futex_Y
188 futex_Y: .dword 0 label
H A Dsysfutex2_d.S87 // Wake up thread(s) waiting on futex_X and then wait on futex_Y in a
120 // futex(futex_Y, FUTEX_WAIT_PRIVATE, 0)
121 la a0, futex_Y
123 li a2, 0 // expected val of futex_Y
138 // Wait on futex_X and then wake up threads waiting on futex_Y in a loop
158 // futex(futex_Y, FUTEX_WAKE_PRIVATE, 0)
159 la a0, futex_Y
205 futex_Y: .dword 0 label
H A Dsysfutex1_d.S140 futex_Y: .dword 0 label

Completed in 4 milliseconds