|
nckernel
0.1
|
쓰레드의 속성 정보를 가진다. More...
#include <thread.h>
Data Fields | |
| int | is_first |
| struct { | |
| void * addr | |
| int is_allocated | |
| uint32_t size | |
| } | stack |
| void* addr |
스택의 시작 주소
Definition at line 52 of file thread.h.
Referenced by pthread_attr_getstack(), pthread_attr_getstackaddr(), pthread_attr_init(), pthread_attr_setstack(), pthread_attr_setstackaddr(), and thread_get_stack_pointer().
| int is_first |
| uint32_t size |
스택의 크기
Definition at line 53 of file thread.h.
Referenced by pthread_attr_getstack(), pthread_attr_getstacksize(), pthread_attr_init(), pthread_attr_setstack(), pthread_attr_setstacksize(), and thread_get_stack_pointer().
| struct { ... } stack |
1.8.4