X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FSchedAPI.h;fp=includes%2FSchedAPI.h;h=0000000000000000000000000000000000000000;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hp=b11437bda20123a1a821d03cf4de887b936d33bc;hpb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78;p=ghc-hetmet.git diff --git a/includes/SchedAPI.h b/includes/SchedAPI.h deleted file mode 100644 index b11437b..0000000 --- a/includes/SchedAPI.h +++ /dev/null @@ -1,27 +0,0 @@ -/* ----------------------------------------------------------------------------- - * - * (c) The GHC Team 1998-2002 - * - * External API for the scheduler. For most uses, the functions in - * RtsAPI.h should be enough. - * - * ---------------------------------------------------------------------------*/ - -#ifndef SCHEDAPI_H -#define SCHEDAPI_H - -/* - * Creating threads - */ -StgTSO *createThread (Capability *cap, nat stack_size); - -Capability *scheduleWaitThread (StgTSO *tso, /*out*/HaskellObj* ret, - Capability *cap); - -StgTSO *createGenThread (Capability *cap, nat stack_size, - StgClosure *closure); -StgTSO *createIOThread (Capability *cap, nat stack_size, - StgClosure *closure); -StgTSO *createStrictIOThread (Capability *cap, nat stack_size, - StgClosure *closure); -#endif