git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Architectural Support: x86_64 (#37)
[lunaix-os.git]
/
lunaix-os
/
includes
/
usr
/
lunaix
/
threads.h
diff --git
a/lunaix-os/includes/usr/lunaix/threads.h
b/lunaix-os/includes/usr/lunaix/threads.h
index a5d322ea65876f605d5026a99f08545e6af9b306..a20b52ff69afe5bd689ed1ef399baad7d5c6ed5e 100644
(file)
--- a/
lunaix-os/includes/usr/lunaix/threads.h
+++ b/
lunaix-os/includes/usr/lunaix/threads.h
@@
-3,9
+3,9
@@
#include "types.h"
-struct uthread_
info
{
- void* th_
stack_top
;
-
size_t th_stack_sz
;
+struct uthread_
param
{
+ void* th_
handler
;
+
void* arg1
;
};
#endif /* __LUNAIX_USR_THREADS_H */