repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
system
/
libroot
/
os
/
arch
/
ppc
/
thread.c
blob
df90b6ad6a1a18e8642ec7bdc443504c2571def8
1
#include <OS.h>
2
#include
"syscalls.h"
3
4
5
thread_id
6
find_thread
(
const char
*
name
)
7
{
8
return
_kern_find_thread
(
name
);
9
}