]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - include/fosa_types.h
Adding FOSA thread groups
[frescor/fosa.git] / include / fosa_types.h
index 0ebbe0e73f2cfd3f2aa8a3be82e9e9347e098d61..cb7a5996d768302e6023c3aca5aaa7e2e23c68ab 100644 (file)
@@ -413,6 +413,20 @@ typedef struct {
 typedef     FOSA_LONG_JUMP_CONTEXT_T_OPAQUE    fosa_long_jump_context_t; 
 
 
+/*********************
+ *   THREAD GROUPS
+ *********************/
+/**
+ * @addtogroup threadgroups
+ *
+ * @{
+ **/  
+typedef FOSA_THREAD_GROUP_ID_T_OPAQUE fosa_thread_group_id_t;
+
+//#define FOSA_NULL_THREAD_GROUP_ID  FOSA_NULL_THREAD_GROUP_ID_OPAQUE 
+
+/*@}*/
+
 FOSA_CPP_END_DECLS