diff options
| author | amlal <amlal@el-mahrouss-logic.com> | 2024-03-23 16:56:06 +0100 |
|---|---|---|
| committer | amlal <amlal@el-mahrouss-logic.com> | 2024-03-23 16:56:06 +0100 |
| commit | d9477b8a80ee0dc9a6d05c0353aa989ceaedae8a (patch) | |
| tree | aa83b66e9a03af1f521fec878a934766d900f386 /Public/SDK/System.Core/Headers/Thread.hxx | |
| parent | cc90e0380480a0116a11a89877ad974520cbbba3 (diff) | |
unstable, secret: bump.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Public/SDK/System.Core/Headers/Thread.hxx')
| -rw-r--r-- | Public/SDK/System.Core/Headers/Thread.hxx | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/Public/SDK/System.Core/Headers/Thread.hxx b/Public/SDK/System.Core/Headers/Thread.hxx index ae6ba057..c32c6047 100644 --- a/Public/SDK/System.Core/Headers/Thread.hxx +++ b/Public/SDK/System.Core/Headers/Thread.hxx @@ -11,41 +11,11 @@ #ifndef __THREAD_API__ #define __THREAD_API__ -#include <System.Core/Headers/Defs.hxx> +#include <System.Core/Headers/Defines.hxx> /// @brief Thread Information Block, which holds information about the running thread. typedef PtrVoidType PtrThread; -/// @brief Creates a new thread. -/// @param StartProc -/// @param OptionalHeap -/// @param OptionalStack -/// @param Detach -/// @param Join -/// @return -PtrThread HcCreateThread(_Input PtrVoidType StartProc, - _Optional _InOut PtrVoidType OptionalHeap, - _Optional _InOut PtrVoidType OptionalStack, - _Optional _Input BooleanType Detach, - _Optional _Input BooleanType Join); - -/// @brief Destroys the thread object. -/// @param ThreadPtr -/// @return -BooleanType HcDestroyThread(_Input PtrThread ThreadPtr); - -/// @brief Stops the thread. -/// @param ThreadPtr -/// @return -BooleanType HcStopThread(_Input PtrThread ThreadPtr); - -/// @brief Resumes it. -/// @param ThreadPtr -/// @return -BooleanType HcResumeThread(_Input PtrThread ThreadPtr); - -QWordType HcProcessIdThread(_Input PtrThread ThreadPtr); - /// @brief Main application thread. CA_EXTERN_C PtrThread kMainThread; |
