summaryrefslogtreecommitdiff
path: root/kernel/module.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2002-08-16 22:10:35 -0700
committerIngo Molnar <mingo@elte.hu>2002-08-16 22:10:35 -0700
commit283522acea308904be3b91df434dc85ed6ec8266 (patch)
tree409298210150ef5e685b26d051dd8f41bcebe353 /kernel/module.c
parentb42196802fb09ca427df6ad1e58d684b371fb6f9 (diff)
[PATCH] Thread exit notification by futex
This updates the CLONE_CLEARTID case to use futexes to make it easier to wait for a thread exit. glibc/pthreads had been updated to use the TID-futex, this removes an extra system-call and it also simplifies the pthread_join() code. The pthreads testcode works just fine with the new kernel and does not work with a kernel that does not do the futex wakeup, so it's working fine.
Diffstat (limited to 'kernel/module.c')
0 files changed, 0 insertions, 0 deletions