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

쓰레드의 속성 정보를 가진다. More...

#include <thread.h>

Data Fields

int is_first
 
struct {
   void *   addr
 
   int   is_allocated
 
   uint32_t   size
 
stack
 

Detailed Description

쓰레드의 속성 정보를 가진다.

Definition at line 50 of file thread.h.

Field Documentation

void* addr
int is_allocated

스택이 힙에 할당 된 것인가?

Definition at line 54 of file thread.h.

int is_first

최초 생성되는 쓰레드인 경우 1

Definition at line 57 of file thread.h.

Referenced by execl(), execle(), execlp(), execv(), execvp(), execvpe(), and pthread_init().

uint32_t size
struct { ... } stack

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