瀏覽代碼

fix merge

Nathalie Furmento 8 年之前
父節點
當前提交
9f958752f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/starpu_scheduler.h

+ 1 - 1
include/starpu_scheduler.h

@@ -58,7 +58,7 @@ struct starpu_sched_policy **starpu_sched_get_predefined_policies();
 
 void starpu_worker_get_sched_condition(int workerid, starpu_pthread_mutex_t **sched_mutex, starpu_pthread_cond_t **sched_cond);
 
-/* This function must be called to wake up a worker that is sleeping on the cond.
+/* This function must be called to wake up a worker that is sleeping on the cond. 
  * It returns 0 whenever the worker is not in a sleeping state */
 int starpu_wake_worker(int workerid);
 int starpu_wakeup_worker(int workerid, starpu_pthread_cond_t *cond, starpu_pthread_mutex_t *mutex);