Skip to content

Implement set_tid_address(96) per man 2 semantics

StellaOS requested to merge fix_busybox into main

Store clear_child_tid in TCBInner, return real tid (not hardcoded 1). On thread exit: write 0 at clear_child_tid to notify musl of thread termination. futex_wake deferred until futex(98) is done.

Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

Merge request reports