Skip to content
Snippets Groups Projects
Commit e004e542 authored by JieunYoon's avatar JieunYoon
Browse files

Update README.md

parent 952a22bc
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,10 @@
```C
void pthread_exit(void *rval ptr);
```
* pthread_self : thread의 ID를 리턴한다. 다양한 pthread 함수는 스레드 ID를 사용하여 동작한다.(pthread_join(), pthread_detach(), pthread_cancel(), pthread_kill() 등)
```C
pthread_t pthread_self(void)
```
## 과제
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment