Searched refs:FUTEX_OP_CMP_LT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ | ||
| H A D | linux_futex.h | 68 #define FUTEX_OP_CMP_LT 2 /* if (oldval < CMPARG) wake */ macro |
| H A D | linux_futex.c | 716 case FUTEX_OP_CMP_LT: in futex_atomic_op() |