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

/linux-master/io_uring/
H A Dfutex.c23 unsigned long futexv_owned; member in struct:io_futex
93 if (test_bit(0, &iof->futexv_owned) ||
94 test_and_set_bit_lock(0, &iof->futexv_owned))
240 iof->futexv_owned = 0;

Completed in 165 milliseconds