Lines Matching refs:waited
52 * If *waited is true on return, new_if_free's bottom two bits must not
54 * does not know if there are other waiters. Furthermore, after *waited
59 int new_if_free, bool *waited)
94 *waited = true;
116 bool waited = false;
129 &waited)) {
141 if (waited) {
159 bool waited = false;
173 if (qemu_lockcnt_cmpxchg_or_wait(lockcnt, &val, locked_state, &waited)) {
177 if (waited) {
192 if (waited) {
208 bool waited = false;
214 if (qemu_lockcnt_cmpxchg_or_wait(lockcnt, &val, locked_state, &waited)) {
218 if (waited) {
232 if (waited) {
242 bool waited = false;
248 while (!qemu_lockcnt_cmpxchg_or_wait(lockcnt, &val, val + step, &waited)) {
249 if (waited) {