Pthread sleep
[mirrors/Programs.git] / c / pthread_extra / pthread_extra.h
index 4df45d97eb6b29d3fed4398035a31756e4cf5fc0..56c440b5f03751c8c0792a3412b8308b8a8d7a9c 100644 (file)
@@ -56,6 +56,12 @@ int pthread_unpause_all();
 int pthread_pause_reschedule(pthread_t thread);
 int pthread_extra_yield();
 
+// Pause compatible sleeps
+
+void pthread_nanosleep(struct timespec t);
+void pthread_nsleep(time_t s, long ns);
+void pthread_sleep(time_t s);
+
 // Message queues
 
 //Flags
This page took 0.108103 seconds and 4 git commands to generate.