int pthread_create(pthread_t * thread, pthread_attr_t * attr, ... pthread_create は呼び出しスレッドと並行して実行する、新しい制御スレッドを生成する。
確定! 回上一頁