summaryrefslogtreecommitdiff
path: root/common_smp/src/txe_thread_suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'common_smp/src/txe_thread_suspend.c')
-rw-r--r--common_smp/src/txe_thread_suspend.c66
1 files changed, 34 insertions, 32 deletions
diff --git a/common_smp/src/txe_thread_suspend.c b/common_smp/src/txe_thread_suspend.c
index a673d891..f368d4ea 100644
--- a/common_smp/src/txe_thread_suspend.c
+++ b/common_smp/src/txe_thread_suspend.c
@@ -12,8 +12,8 @@
/**************************************************************************/
/**************************************************************************/
-/** */
-/** ThreadX Component */
+/** */
+/** ThreadX Component */
/** */
/** Thread */
/** */
@@ -29,44 +29,46 @@
#include "tx_thread.h"
-/**************************************************************************/
-/* */
-/* FUNCTION RELEASE */
-/* */
-/* _txe_thread_suspend PORTABLE C */
+/**************************************************************************/
+/* */
+/* FUNCTION RELEASE */
+/* */
+/* _txe_thread_suspend PORTABLE C */
/* 6.1 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
/* */
/* DESCRIPTION */
-/* */
-/* This function checks for errors in the thread suspend function */
-/* call. */
-/* */
-/* INPUT */
-/* */
-/* thread_ptr Pointer to thread to suspend */
-/* */
-/* OUTPUT */
-/* */
-/* TX_THREAD_ERROR Invalid thread pointer */
-/* TX_CALLER_ERROR Invalid caller of function */
-/* status Actual completion status */
-/* */
-/* CALLS */
-/* */
-/* _tx_thread_suspend Actual thread suspension */
-/* */
-/* CALLED BY */
-/* */
-/* Application code */
-/* */
-/* RELEASE HISTORY */
-/* */
+/* */
+/* This function checks for errors in the thread suspend function */
+/* call. */
+/* */
+/* INPUT */
+/* */
+/* thread_ptr Pointer to thread to suspend */
+/* */
+/* OUTPUT */
+/* */
+/* TX_THREAD_ERROR Invalid thread pointer */
+/* TX_CALLER_ERROR Invalid caller of function */
+/* status Actual completion status */
+/* */
+/* CALLS */
+/* */
+/* _tx_thread_suspend Actual thread suspension */
+/* */
+/* CALLED BY */
+/* */
+/* Application code */
+/* */
+/* RELEASE HISTORY */
+/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 09-30-2020 William E. Lamie Initial Version 6.1 */
+/* 05-19-2020 William E. Lamie Initial Version 6.0 */
+/* 09-30-2020 Yuxin Zhou Modified comment(s), */
+/* resulting in version 6.1 */
/* */
/**************************************************************************/
UINT _txe_thread_suspend(TX_THREAD *thread_ptr)