|
nckernel
0.1
|

Go to the source code of this file.
Functions | |
| int | pthread_init (const pthread_attr_t *attr) |
| pthread 구현체를 초기화 하기 위한 portable 함수 표준 함수가 아니기 때문에, pthread0.h 로 뺐다. More... | |
| int pthread_init | ( | const pthread_attr_t * | attr) |
pthread 구현체를 초기화 하기 위한 portable 함수 표준 함수가 아니기 때문에, pthread0.h 로 뺐다.
| [in] | attr | 쓰레드 속성 객체 |
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().

1.8.4