Skip to content

Instantly share code, notes, and snippets.

@JavaDeveloper
Created October 2, 2012 09:42
Show Gist options
  • Save JavaDeveloper/3817880 to your computer and use it in GitHub Desktop.
Save JavaDeveloper/3817880 to your computer and use it in GitHub Desktop.
int pthread_create(pthread_t * thread, const pthread_attr_t * attr, void * (*start_routine)(void *), void *arg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment