haiku/headers/private
Axel Dörfler a9731b41c1 Housekeeping changes and small bug-fixes:
Added new syscall for set_thread_priority().
Replaced the userland syscall snooze_until() with snooze_etc() (the latter
has to be exported to userland and realize snooze() and snooze_until()).
Cleaned the sources - scheduler functions now have the scheduler_ prefix.
Moved signal related stuff into ksignal.h (out of thread.h).
Replaced public kernel API with direct exports (i.e. resume_thread() instead
of thread_resume_thread()).
Removed the thread_create_XXX_thread*() calls, and replaced them with a
BeOS compatible set.
Made some fields of struct thread a bit prettier.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2569 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-01-27 02:54:21 +00:00
..
app Added new FlushWithReply method. Mostly tested 2002-11-19 00:31:58 +00:00
disk_scanner Got rid of the module_identify() hook. Instead the module info features a short_name field now. 2003-01-26 15:06:23 +00:00
input It is accomplished ... 2002-07-09 12:24:59 +00:00
interface Added macro. 2002-12-09 04:33:55 +00:00
kernel Housekeeping changes and small bug-fixes: 2003-01-27 02:54:21 +00:00
libroot added macros PI and PI2, and fixed previous (invalid) references to these 2002-10-27 01:36:45 +00:00
media Updated time source code to allow automatic starting and stopping of time sources. 2003-01-20 01:11:15 +00:00
midi Checkin of the sources for midi2 kit milestone 1. 2002-12-31 14:26:15 +00:00
net Small private net header cleanup. 2002-11-13 23:41:46 +00:00
print Removed or created shared header files used by print kit. 2002-11-26 23:03:14 +00:00
shared A templatized adaptation of BAutolock. Any class which supplies the 2002-07-15 16:06:31 +00:00
storage Added set_volume_name(). 2002-12-09 12:46:40 +00:00