* src/threads/thread.c (threads_thread_new): Renamed to thread_new and
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 1 Apr 2008 09:10:03 +0000 (11:10 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Tue, 1 Apr 2008 09:10:03 +0000 (11:10 +0200)
commit2c25f2eeec3b0fb59c014317b002721470fcab09
treee5d7064ed8d34ed50883b6723c2e69bbb6b48e8e
parente245b1b256ff4fb7c1d5f08632666d97d550b302
* src/threads/thread.c (threads_thread_new): Renamed to thread_new and
made static.
(threads_thread_free): Renamed to thread_free.
(threads_thread_start_internal): Use new function names.
(threads_thread_start): Likewise.
(threads_attach_current_thread): Likewise.
* src/threads/thread.h (threads_thread_new): Removed.
(threads_thread_free): Renamed to thread_free.

* src/threads/posix/thread-posix.c (threads_detach_thread): Use new
function names.
src/threads/posix/thread-posix.c
src/threads/thread.c
src/threads/thread.h