所以你可以用pthread_create 的函式來創造thread,但是程式Linking過程中需要link到這個函式庫,使用的方式類似"gcc -lpthread thread_example.c".
確定! 回上一頁