Blame | Last modification | View Log | RSS feed
+TYPE pthread_t, pthread_attr_t ;
+FUNC int pthread_create(pthread_t * ,
const pthread_attr_t *, void *(*) (void *),
void * );