ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
thread 구조체 참조

[Stage 2 Thread Control Block] 더 자세히 ...

+ thread에 대한 협력 다이어그램:

데이타 필드

struct threadparent
 
struct threadnext
 
struct threadprev
 
enum thread_state state
 
enum thread_type type
 
enum thread_attribute attribute
 
void * argument
 
void * return_value
 
void * ctx
 
char stack []
 

상세한 설명

[Stage 2 Thread Control Block]

Thread 제어 블럭

필드 문서화

void* thread::argument

Thread 인자

enum thread_attribute thread::attribute

Thread 속성

void* thread::ctx

Thread, Architecture dependent context

struct thread* thread::next

다음 Thread

struct thread* thread::parent

부모 Thread

struct thread* thread::prev

이전 Thread

void* thread::return_value

Thread 종료시 Return 된 값

char thread::stack[]

Thread 의 Stack - Kernel

enum thread_state thread::state

Thread 상태

enum thread_type thread::type

Thread 종류


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: