Mike Makonnen
7d9d7ca2ed
Make WARNS2 clean. The fixes mostly included:
...
o removed unused variables
o explicit inclusion of header files
o prototypes for externally defined functions
Approved by: re/blanket libthr
2003-05-23 09:48:20 +00:00
Jeff Roberson
26f52e2f8b
- 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().
2003-04-02 03:05:39 +00:00
Jeff Roberson
901d86ae8a
- Reenable setschedparam and the prioceiling code now that the mutex code
...
has been restored.
2003-04-01 22:40:29 +00:00
Jeff Roberson
bb535300dd
- Add libthr but don't hook it up to the regular build yet. This is an
...
adaptation of libc_r for the thr system call interface. This is beta
quality code.
2003-04-01 03:46:29 +00:00