[C] linux pthread cancel ... start thread; if (pthread_create(&thrid, NULL, func, NULL)) {; printf("pthread_create error\n");; return -1;; } ...
確定! 回上一頁