K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-04-02T03:05:39.000000Z K 7 svn:log V 314 - Define curthread as _get_curthread() and remove all direct calls to _get_curthread(). This is similar to the kernel's curthread. Doing this saves stack overhead and is more convenient to the programmer. - Pass the pointer to the newly created thread to _thread_init(). - Remove _get_curthread_slow(). END