summaryrefslogtreecommitdiff
path: root/utility/rtos_compatibility_layers/posix/px_int.h
diff options
context:
space:
mode:
authorTiejun Zhou <[email protected]>2022-10-26 23:41:13 +0000
committerTiejun Zhou <[email protected]>2022-10-26 23:41:13 +0000
commit3e8e85cdc1e51f9de577457377a4f9a4f6b9b82f (patch)
tree861c0ab74e5dc5de7509b4b85f5e75dd74457117 /utility/rtos_compatibility_layers/posix/px_int.h
parentb871c33620f9b58a83e92a33f4ca00025e850c7f (diff)
Release 6.2.0v6.2.0_rel
Diffstat (limited to 'utility/rtos_compatibility_layers/posix/px_int.h')
-rw-r--r--utility/rtos_compatibility_layers/posix/px_int.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/utility/rtos_compatibility_layers/posix/px_int.h b/utility/rtos_compatibility_layers/posix/px_int.h
index c907d312..9c10a60f 100644
--- a/utility/rtos_compatibility_layers/posix/px_int.h
+++ b/utility/rtos_compatibility_layers/posix/px_int.h
@@ -24,7 +24,7 @@
/* EKP DEFINITIONS RELEASE */
/* */
/* px_int.h PORTABLE C */
-/* 6.1.7 */
+/* 6.2.0 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
@@ -39,7 +39,9 @@
/* */
/* DATE NAME DESCRIPTION */
/* */
-/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
+/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */
+/* 10-31-2022 Scott Larson Remove unneeded values, */
+/* resulting in version 6.2.0 */
/* */
/**************************************************************************/
@@ -52,14 +54,9 @@
#define TX_INITIALIZE_IN_PROGRESS 0xF0F0F0F0UL
#define TX_INITIALIZE_ALMOST_DONE 0xF0F0F0F1UL
-/* Include necessary definition for memory related routines(from tx_byt.c). */
-#define TX_BYTE_BLOCK_FREE 0xFFFFEEEEUL
-#define TX_BYTE_BLOCK_ALLOC 0xAAAAAAAAUL
-#define TX_BYTE_POOL_ID 0x42595445UL
-
/* Threadx min and max priority */
#define TX_HIGHEST_PRIORITY 1
-#define TX_LOWEST_PRIORITY 31
+#define TX_LOWEST_PRIORITY 31
#define PX_HIGHEST_PRIORITY 31
#define PX_LOWEST_PRIORITY 1
@@ -194,7 +191,7 @@ VOID posix_thread_wrapper(ULONG pthr_ptr);
VOID set_default_pthread_attr(pthread_attr_t *attr);
-VOID set_default_mutexattr(pthread_mutexattr_t *attr);
+VOID set_default_mutexattr(pthread_mutexattr_t *attr);
INT posix_allocate_pthread_t(POSIX_TCB **ptcb_ptr);