diff options
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; |
