|
@@ -1,7 +1,7 @@
|
|
|
/*
|
|
|
* This file is part of the StarPU Handbook.
|
|
|
* Copyright (C) 2009--2011 Universit@'e de Bordeaux
|
|
|
- * Copyright (C) 2010, 2011, 2012, 2013, 2014 CNRS
|
|
|
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 CNRS
|
|
|
* Copyright (C) 2011, 2012 INRIA
|
|
|
* See the file version.doxy for copying conditions.
|
|
|
*/
|
|
@@ -802,7 +802,7 @@ This function blocks until there are <c> n </c> submitted tasks left (to the
|
|
|
current context or the global one if there aren't any) to be executed. It does
|
|
|
not destroy these tasks.
|
|
|
|
|
|
-\fn int starpu_task_wait_for_n_submitted_in_ctx(unsigned sched_ctx, unsigned n)
|
|
|
+\fn int starpu_task_wait_for_n_submitted_in_ctx(unsigned sched_ctx_id, unsigned n)
|
|
|
\ingroup API_Codelet_And_Tasks
|
|
|
This function waits until there are <c> n </c> tasks submitted left to be
|
|
|
executed that were already submitted to the context <c> sched_ctx_id </c>.
|