Lines Matching refs:have
20 sys_futex(FUTEX_WAKE) syscall to wake them up. Once all waiters have
51 (virtual memory area descriptor) concept to have a notion of 'pending
55 they have a robust_head set. This approach has two fundamental problems
62 - they have to scan _every_ vma at sys_exit() time, per thread!
72 are to be cleaned up, because a robust futex might have been registered
73 in another task, and the futex variable might have been simply mmap()-ed
110 before it could have added itself to the list. Glibc sets this
147 I have benchmarked the time needed for the kernel to process a list of 1
153 I have also measured an approach where glibc does the lock notification
184 straightforward. The kernel doesn't have any internal distinction between
205 i've tested the new syscalls on x86 and x86_64, and have made sure the
213 All other architectures should build just fine too - but they won't have