HomeSort by: relevance | last modified time | path
    Searched defs:rhead32 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_futex.c 1996 uint32_t rhead32[_FUTEX_ROBUST_HEAD_NWORDS]; local in function:futex_fetch_robust_head
1999 error = copyin((void *)uaddr, rhead32, sizeof(rhead32));
2007 rhead[i] = (int32_t)rhead32[i];
2009 rhead[i] = rhead32[i];
sys_futex.c 1996 uint32_t rhead32[_FUTEX_ROBUST_HEAD_NWORDS]; local in function:futex_fetch_robust_head
1999 error = copyin((void *)uaddr, rhead32, sizeof(rhead32));
2007 rhead[i] = (int32_t)rhead32[i];
2009 rhead[i] = rhead32[i];

Completed in 24 milliseconds