Lines Matching defs:bitset
106 * futex_wait_bitset() - block on uaddr with bitset
107 * @bitset: bitset to be used with futex_wake_bitset
111 struct tst_ts *timeout, u_int32_t bitset, int opflags)
114 tst_ts_get(timeout), NULL, bitset, opflags);
118 * futex_wake_bitset() - wake one or more tasks blocked on uaddr with bitset
119 * @bitset: bitset to compare with that used in futex_wait_bitset
123 u_int32_t bitset, int opflags)
126 NULL, bitset, opflags);