joerg 928f301be9 Rework TLS initialisation:
- Update TCB for the initial thread in pthread__initthread, not
  pthread__init to get it valid as soon as possible.
- Don't overwrite the pt_tls field in pthread__initthread.
- Don't deallocate pt_tls in pthread__scrubthread. This worked more by
  chance than by design.
- Handle freeing the TLS area in pthread_create after removing the
  thread instance from the dead queue.
2011-03-30 00:03:26 +00:00
..
2011-03-29 18:54:54 +00:00
2011-03-14 13:53:55 +00:00
2011-03-21 16:41:27 +00:00
2011-03-30 00:03:26 +00:00
2011-03-14 15:21:22 +00:00
2011-03-22 22:27:33 +00:00