pthread 정보

c or linux 2010. 10. 21. 13:40

POSIX THREAD lib 사용할 때는 -lpthread를 사용해서 컴파일해야 한다.
gcc -o xxx xxx.c -lpthread







좋은 자료
http://www.ibm.com/developerworks/kr/library/l-posix1.html
http://wiki.kldp.org/KoreanDoc/Thread_Programming-KLDP


pthread_create 개수
http://kldp.org/node/106266

POSIX Threads Tutorial
http://math.arizona.edu/~swig/documentation/pthreads/

linux thread FAQ
http://www.ibiblio.org/pub/Linux/docs/faqs/Threads-FAQ/html/


Reentrant와 thread-safe 차이
http://yesarang.tistory.com/214

Pthread API Set
http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Thread/Beginning/PthreadApiReference

PPT 자료
http://www.google.co.kr/url?sa=t&source=web&cd=10&sqi=2&ved=0CGIQFjAJ&url=http%3A%2F%2Fcglab.ssu.ac.kr%2Fhome%2Fcourses%2Fdata%2F54%2FTCP-IP-SOCKET-PROGRAMMING0610.ppt&ei=F8C_TInqCYPEvQOZhrnoCA&usg=AFQjCNF_9LPWMrpMdrKr0SST4RR9wdfyCQ

http://www.google.co.kr/url?sa=t&source=web&cd=39&ved=0CEAQFjAIOB4&url=http%3A%2F%2Fcosmos.ssu.ac.kr%2Fcourse%2Fpara%2F2004-2%2Fpre%2Fpthread.ppt&ei=gcO_TN2pPIiKvgP1_JS2CA&usg=AFQjCNGkLxRHdxKakIK0xZyQSJdH1-GMPQ


리눅스와 윈도우 Mutex 비교
http://deguls.tistory.com/category/Programming%20%EA%B6%81%EA%B8%88%ED%95%98%EB%8B%88%3F?page=5

Synchronization관점
kestern.textcube.com/48/attach/04_Synchronization.pdf

'c or linux' 카테고리의 다른 글

__LINE__, __FILE__, __func__  (0) 2010.10.21
priority inversion & inheritance  (0) 2010.10.21
Semaphore  (0) 2010.10.21
IPC 고급 구현 D-bus  (0) 2010.10.20
env/set 명령어  (0) 2010.10.20
Posted by '김용환'
,