summaryrefslogtreecommitdiff
path: root/Source/Library/Interface/Thread.iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Interface/Thread.iface.h')
-rw-r--r--Source/Library/Interface/Thread.iface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Library/Interface/Thread.iface.h b/Source/Library/Interface/Thread.iface.h
index 0dac2e1..68b0c58 100644
--- a/Source/Library/Interface/Thread.iface.h
+++ b/Source/Library/Interface/Thread.iface.h
@@ -4,9 +4,9 @@
#define THIF_OBJTYPE 0x21
//S = static, GET = get, C = current, TH = thread
-#define THIF_SGETCTH 0
+#define THIF_SGETCTH 0 //Get current thread (R) | no arguments
-#define THIF_SLEEP 0x01
-#define THIF_FINISH 0x02
+#define THIF_SLEEP 0x01 //Make thread sleep (v) | i:time in msecs
+#define THIF_FINISH 0x02 //Make thread finish (v) | i:return_value
#endif