mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 20:00:59 +00:00
Add a test case that the timeout argument to pthread_cond_timedwait works in LibPthread. This change also validates the new support for timeouts to the futex syscall, as that's how condition variables are implemented. |
||
|---|---|---|
| .. | ||
| bind-local-socket-to-symlink.cpp | ||
| bxvga-mmap-kernel-into-userspace.cpp | ||
| elf-execve-mmap-race.cpp | ||
| elf-symbolication-kernel-read-exploit.cpp | ||
| mmap-write-into-running-programs-executable-file.cpp | ||
| nanosleep-race-outbuf-munmap.cpp | ||
| null-deref-close-during-select.cpp | ||
| null-deref-crash-during-pthread_join.cpp | ||
| path-resolution-race.cpp | ||
| pthread-cond-timedwait-example.cpp | ||
| uaf-close-while-blocked-in-read.cpp | ||