Keep TlsDestructors within threads.c
commitfbb4cbbe01b9ba2fa7b6c2450d2755c244d15151
authorChris Robinson <chris.kcat@gmail.com>
Thu, 17 Apr 2014 08:09:25 +0000 (17 01:09 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 17 Apr 2014 08:09:25 +0000 (17 01:09 -0700)
treed538cf6b722def304bf9195dd8bc8f38b17b804a
parente5d39a5f4c871183c7e409abff3c3a6d6c40bf17
Keep TlsDestructors within threads.c

This basically makes the threads implementation self-contained in threads.c and
threads.h, except for the UIntMap/RWLock implementations.
Alc/ALc.c
Alc/rwlock.h
Alc/threads.c
Alc/uintmap.h