& ltpthread.h & gt只有聲明,實現部分在庫中。
創建線程時,函數的指針通常作為參數使用,所以要加壹個地址符號。
ret = pthread _ create(& amp;id,NULL,(void *)& amp;螺紋,空);
另外,建議檢查壹下創建線程的返回值ret是否成功,