[Unix] 쓰레드의 suspend / continue
[ CnUnix ] in KIDS
글 쓴 이(By): guest (senius)
날 짜 (Date): 2000년 10월 19일 목요일 오후 12시 51분 56초
제 목(Title): Thread간의 suspension
한 thread가 다른 thread를 suspend시키고 싶습니다. pthread library에 어떤 함수를 써야 하나요 ?
thread1() { 자빠져자라(thread2); } thread2() { ... }
감사합니다. 꾸벅~~
[ CnUnix ] in KIDS
글 쓴 이(By): terzeron (microkid)
날 짜 (Date): 2000년 10월 19일 목요일 오후 12시 57분 56초
제 목(Title): Re: Thread간의 suspension
Solaris에서는
man thr_suspend man thr_continue
시스템마다 API가 다른 지도 모르겠군요.
Linux에서는
pthread_suspend
pthread_continue
pthread_resume_np