summaryrefslogtreecommitdiffstats
path: root/libdimension/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/threads.h')
-rw-r--r--libdimension/threads.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdimension/threads.h b/libdimension/threads.h
index 17019b0..af6d641 100644
--- a/libdimension/threads.h
+++ b/libdimension/threads.h
@@ -54,9 +54,9 @@ DMNSN_INTERNAL void dmnsn_new_thread(dmnsn_progress *progress,
/**
* Run \p nthreads threads in parallel.
- * @param[in] thread_fn The routine to run in each concurrent thread.
- * @param[in,out] arg The pointer to pass to the thread callbacks.
- * @param[in] nthreads The number of concurrent threads to run.
+ * @param[in] ccthread_fn The routine to run in each concurrent thread.
+ * @param[in,out] arg The pointer to pass to the thread callbacks.
+ * @param[in] nthreads The number of concurrent threads to run.
* @return 0 if all threads were successful, and an error code otherwise.
*/
DMNSN_INTERNAL int dmnsn_execute_concurrently(dmnsn_ccthread_fn *ccthread_fn,