diff options
-rw-r--r-- | libdimension/threads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdimension/threads.h b/libdimension/threads.h index 0c9d6fd..57e52aa 100644 --- a/libdimension/threads.h +++ b/libdimension/threads.h @@ -150,6 +150,7 @@ DMNSN_INTERNAL void dmnsn_initialize_cond(pthread_cond_t *cond); */ DMNSN_INTERNAL void dmnsn_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); + /** * Wait on a condition variable, bailing out on error, and unlock the mutex if * cancelled. |