diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-03 06:27:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-03 06:27:43 +0000 |
commit | c22b52fa115b51b843c4bd5f1fdfec680693cf73 (patch) | |
tree | b32a3008cce27aab9d14b7713cf9696c75e80df9 /nptl/TODO | |
parent | a3a238a978a7e5bb6a543b808e11442a102ee74c (diff) | |
download | glibc-c22b52fa115b51b843c4bd5f1fdfec680693cf73.tar glibc-c22b52fa115b51b843c4bd5f1fdfec680693cf73.tar.gz glibc-c22b52fa115b51b843c4bd5f1fdfec680693cf73.tar.bz2 glibc-c22b52fa115b51b843c4bd5f1fdfec680693cf73.zip |
Update.
* Makefile (tests): Add tst-locale1. If buid-static is yes link
statically.
* tst-locale1.c: New file.
Diffstat (limited to 'nptl/TODO')
-rw-r--r-- | nptl/TODO | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -8,17 +8,15 @@ sys_futex -- in case a thread calls 'fork' the stacks of all the other threads in - the child process are currently list. Instead they should be recovered - and added to the stack cache. This can be done by adding another global - list (maybe one per cluster) which lists all running threads and which - is processed by the child branch of fork. All the stacks are simply - added to the stack cache. +- test with threaded process terminating and semadj (?) being applied + only after all threads are gone +- system() is cancelable. What happens to the child process? It probably + should be killed. -- test with threaded process terminating and semadj (?) being applied - only after all threads are gone + The signal handler setting is a process resource. Setting and resetting + it from multiple thread must be possible. -- raise sends the signal to calling thread or process? +- the syscall wrapping code should really be in libc |