We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d5062 commit 46f093aCopy full SHA for 46f093a
runtime/include/tasks/atmi/tasks-atmi.h
@@ -51,7 +51,7 @@ void chpl_task_yield(void);
51
// between C code and Chapel code in the runtime.
52
//
53
typedef uint64_t chpl_taskID_t;
54
-#define chpl_nullTaskID ATMI_NULL_TASK_HANDLE
+#define chpl_nullTaskID ATMI_TASK_HANDLE(0xFFFFFFFFFFFFFFFF)
55
56
57
// Sync variables
0 commit comments