Files
banan-os/userspace
Bananymous 917321eb5f LibC: Wait for thread before returning from pthread_create
We now make sure the thread starts up and sets its id. There was a race
condition where a process could create a thread and immediately try to
join it. If the thread had not initialized itself the join would fail
with EINVAL as we passed -1 as its id.
2026-07-03 02:14:10 +03:00
..
2024-12-25 18:13:57 +02:00
2025-12-15 19:06:17 +02:00