summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorglenda <glenda@cirno>2022-09-13 15:37:47 +0000
committerglenda <glenda@cirno>2022-09-13 15:37:47 +0000
commitcb3dbf22c21ef2d4ad43f718dd9360b7f4008cc8 (patch)
tree34d571936c269573efe93b1fe2b611f9d352499b /apl9.h
parented5a7271655be2d846d8d1ef37b7f51dd24c8ad9 (diff)
Call it threads, not tasks
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apl9.h b/apl9.h
index 19c21aa..6709dcb 100644
--- a/apl9.h
+++ b/apl9.h
@@ -353,8 +353,8 @@ int spawnthread(Function, Array *, Array *, Array *);
ThreadData *getthreaddata(void);
void messagesend(Array *, int);
Array *messagerecv(Function, int);
-Array *runningtasks(void);
-Array *taskproperty(vlong, vlong);
+Array *runningthreads(void);
+Array *threadproperty(vlong, vlong);
int stackused(void);
int hasstack(int);
void checkstack(void);