pthread_create ():創建一個執行緒; pthread_exit():終止當前執行緒; pthread_cancel():請求中斷另外一個執行緒的 ... 編譯指令 gcc -o thread -pthread thread.c.
確定! 回上一頁