Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

creation of a thread

int pthread_create (pthread_t * thread, pthread_attr_t * attr, void * (* start_routine) (void *), void * arg);
Source by franckh.developpez.com #
 
PREVIOUS NEXT
Tagged: #creation #thread
ADD COMMENT
Topic
Name
6+4 =