git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
properly update the pprev of next node when deleting hlist_node (close #30)
[lunaix-os.git]
/
lunaix-os
/
includes
/
usr
/
lunaix
/
threads.h
1
#ifndef __LUNAIX_USR_THREADS_H
2
#define __LUNAIX_USR_THREADS_H
3
4
#include "types.h"
5
6
struct uthread_info {
7
void* th_stack_top;
8
size_t th_stack_sz;
9
};
10
11
#endif /* __LUNAIX_USR_THREADS_H */