Thread registry is now protected by mutex
[mirrors/Programs.git] / c / pthread_extra / pthread_extra.h
index ca5514d26f6bf04992b88f6b11c54b36e33d032f..efba75e6e46427175e3d9cba51dcede073961e79 100644 (file)
@@ -45,6 +45,7 @@ int pthread_extra_create(pthread_t *restrict thread,
 void pthread_unpause_handler();
 void pthread_pause_handler();
 void pthread_pause_enable();
+void pthread_pause_disable();
 int pthread_pause(pthread_t thread);
 int pthread_unpause(pthread_t thread);
 int pthread_pause_reschedule(pthread_t thread);
This page took 0.109427 seconds and 4 git commands to generate.