0
オペレーティングシステムのPthread Scheduling APIでの割り当て中に。Linuxでの関数パラメータの意味Pthread Scheduling APIのプログラミング
int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
void *(*start_routine) (void *), void *arg);
2番目の最後の関数パラメータの意味は、構文の意味で説明できますか?即ち
void *(*start_routine) (void *)
void *(*start_routine) (void *)