Searched refs:FUTEX_OP_CMP_LE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/compat/linux/ | ||
H A D | linux_futex.h | 71 #define FUTEX_OP_CMP_LE 3 /* if (oldval <= CMPARG) wake */ macro |
H A D | linux_futex.c | 180 case FUTEX_OP_CMP_LE: in futex_atomic_op() |