nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
local_tcb Struct Reference

이 자료구조는 Stack 으로 사용될 메모리 영역의 제일 처음 부분에 저장된다. More...

#include <thread.h>

Collaboration diagram for local_tcb:
Collaboration graph
[legend]

Data Fields

char tag [THREAD_TAGLEN]
 
struct threadtcb_ptr
 

Detailed Description

이 자료구조는 Stack 으로 사용될 메모리 영역의 제일 처음 부분에 저장된다.

Definition at line 42 of file thread.h.

Field Documentation

char tag[THREAD_TAGLEN]

스택에서 찾기 위한 태그

Definition at line 43 of file thread.h.

Referenced by pthread_self().

struct thread* tcb_ptr

Definition at line 44 of file thread.h.

Referenced by pthread_self().


The documentation for this struct was generated from the following file: