sys_futex.c | 595 * futex_lookup_create(). 708 * futex_lookup_create(uaddr, shared, &f) 717 futex_lookup_create(int *uaddr, bool shared, struct futex **fp) function in typeref:typename:int 1246 error = futex_lookup_create(uaddr, shared, &f); 1382 ? futex_lookup_create(uaddr, shared, &f) 1397 error = futex_lookup_create(uaddr2, shared, &f2);
|