EmbLogic's Blog

Author Archives: priyanka kumari

Creating threads

We can create threads using this function: int pthread_create(pthread_t *thread, pthread_attr_t *attr, void*(*start_routine)(void *), void *arg); *thread is a pointer to new thread, it points to a location where id of new thread will be written when the thread will … Continue reading

Posted in Uncategorized | Leave a comment