Home
last modified time | relevance | path

Searched refs:uentry (Results 1 – 1 of 1) sorted by relevance

/components/lwp/
A Dlwp_futex.c789 unsigned long uentry; in _fetch_robust_entry() local
796 if (lwp_get_from_user(&uentry, (void *)head, sizeof(*head)) != in _fetch_robust_entry()
802 *entry = (void *)(uentry & ~1UL); in _fetch_robust_entry()
803 *is_pi = uentry & 1; in _fetch_robust_entry()

Completed in 3 milliseconds