haiku/headers/private/kernel
Ingo Weinhold 5939c4d7a9 Added functions allocate_thread_id() and peek_next_thread_id() and a
threadID parameter to spawn_kernel_thread_etc(). It's now possible to
set the ID of a new thread. Used in team.c to make team ID and the ID of
the main thread equal.

Fascinatingly the two added functions prompt my compiler to issue
`missing prototype' warnings, although those are obviously there. It would
be nice if someone could solve that riddle.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11621 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-08 18:16:16 +00:00
..
arch
boot
disk_device_manager
fs
util
MessagingServiceDefs.h
bus.h
cache.h
cbuf.h
console.h
cpu.h
debug.h
defines.h
devfs.h
elf.h
elf32.h
elf_priv.h
faults_priv.h
fb_console.h
fd.h
file_cache.h
float.h
font.h
frame_buffer_console.h
gdb.h
generic_syscall.h
int.h
isa.h
isovol.h
kdevice_manager.h
kdriver_settings.h
kernel.h
kernel_daemon.h
kerrors.h
khash.h
kimage.h
kmodule.h
kqueue.h
ksignal.h
ksocket.h
ksyscalls.h
lock.h
memheap.h
messaging.h
pci_priv.h
pools.h
port.h
queue.h
real_time_clock.h
real_time_data.h
safemode.h
sem.h
smp.h
syscall_process_info.h
syscalls.h
sysctl.h
system_info.h
team.h
thread.h Added functions allocate_thread_id() and peek_next_thread_id() and a 2005-03-08 18:16:16 +00:00
thread_types.h
timer.h
tls.h
user_atomic.h
user_debugger.h
user_runtime.h
vfs.h
vm.h
vm_cache.h
vm_page.h
vm_priv.h
vm_store_anonymous_noswap.h
vm_store_device.h
vm_store_null.h
vm_translation_map.h
vm_types.h