nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pthread0.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int pthread_init (const pthread_attr_t *attr)
 pthread 구현체를 초기화 하기 위한 portable 함수 표준 함수가 아니기 때문에, pthread0.h 로 뺐다. More...
 

Function Documentation

int pthread_init ( const pthread_attr_t attr)

pthread 구현체를 초기화 하기 위한 portable 함수 표준 함수가 아니기 때문에, pthread0.h 로 뺐다.

Parameters
[in]attr쓰레드 속성 객체
Returns
int 성공시 0, 실패시 오류 코드

Definition at line 179 of file pthread_fork.c.

References thread::arch_data, dbg_printf(), EINVAL, ENOMEM, free(), thread_attr::is_first, malloc(), NULL, x86_arch_data::pma_pgd, x86_arch_data::rpgd, thread_create(), thread::user_data, and vm_rpgd().

Here is the call graph for this function: