summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
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);