Lines Matching defs:error_ptr
79 volatile int *error_ptr;
287 STORE(d->error_ptr, errno);
290 STORE(d->error_ptr, 0);
310 STORE(d->error_ptr, errno);
320 do_futex_wait_wake_test(volatile int *futex_ptr, volatile int *error_ptr,
329 if (error_ptr == NULL)
330 error_ptr = &wlwp->futex_error;
343 wlwp->error_ptr = error_ptr;
344 STORE(error_ptr, -1);
366 * modified *error_ptr.
369 LOAD(error_ptr)));
372 if (LOAD(error_ptr) == -1)
377 ATF_REQUIRE(LOAD(error_ptr) == -1);
389 LOAD(error_ptr)));
392 if (LOAD(error_ptr) == 0)
397 ATF_REQUIRE(LOAD(error_ptr) == 0);
426 ATF_REQUIRE(LOAD(error_ptr) == EAGAIN);