From d2b44ec9fc7bf4687dae74edfe708395461b5b6e Mon Sep 17 00:00:00 2001 From: glenda Date: Fri, 9 Sep 2022 21:06:16 +0000 Subject: =?UTF-8?q?Cleanup=20threads=20and=20add=20a=20=E2=8E=95TASKS=20sy?= =?UTF-8?q?stem=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apl9.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index bf36f52..01738e6 100644 --- a/apl9.h +++ b/apl9.h @@ -343,6 +343,8 @@ int spawnthread(Function, Array *, Array *); ThreadData *getthreaddata(void); void messagesend(Array *, int); Array *messagerecv(Function, int); +Array *runningtasks(void); +Array *taskproperty(vlong, vlong); /* Monadic functions from function.c */ Array *fnNegate(Array *); -- cgit v1.2.3