Created by Ahmad Abdelwahed
over 9 years ago
|
||
Question | Answer |
Pthread_create | Create a new thread |
Pthread_exit | Terminate the calling thread |
Pthread_join | Wait for a specific thread to exit |
Pthread_yield | Release the CPU to let another thread run |
Pthread_attr_init | Create and initialize a thread's attribute structure |
Pthread_attr_destroy | Remove a thread's attribute structure |
Want to create your own Flashcards for free with GoConqr? Learn more.