Samuel Thibault 9 年之前
父節點
當前提交
50838e6f41
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/debug/traces/starpu_fxt.c

+ 1 - 1
src/debug/traces/starpu_fxt.c

@@ -318,7 +318,7 @@ struct worker_entry
 	UT_hash_handle hh;
 	UT_hash_handle hh;
 	unsigned long tid;
 	unsigned long tid;
 	int workerid;
 	int workerid;
-	int sync;
+	int sync; /* Set only for workers which are part of the same set, i.e. on thread drivers several workers */
 } *worker_ids;
 } *worker_ids;
 
 
 static int register_thread(unsigned long tid, int workerid, int sync)
 static int register_thread(unsigned long tid, int workerid, int sync)