Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsys_futex.c717 futex_lookup_create(int *uaddr, bool shared, struct futex **fp) in futex_lookup_create() function
1246 error = futex_lookup_create(uaddr, shared, &f); in futex_func_wait()
1382 ? futex_lookup_create(uaddr, shared, &f) in futex_func_requeue()
1397 error = futex_lookup_create(uaddr2, shared, &f2); in futex_func_requeue()