diff options
Diffstat (limited to 'utility/rtos_compatibility_layers')
118 files changed, 443 insertions, 441 deletions
diff --git a/utility/rtos_compatibility_layers/OSEK/os.h b/utility/rtos_compatibility_layers/OSEK/os.h index f4c9e96f..1a8ff115 100644 --- a/utility/rtos_compatibility_layers/OSEK/os.h +++ b/utility/rtos_compatibility_layers/OSEK/os.h @@ -25,7 +25,7 @@ /* EKV DEFINITIONS RELEASE */ /* */ /* os.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -40,7 +40,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/OSEK/osek_user.h b/utility/rtos_compatibility_layers/OSEK/osek_user.h index 6209a16e..2f8c4d08 100644 --- a/utility/rtos_compatibility_layers/OSEK/osek_user.h +++ b/utility/rtos_compatibility_layers/OSEK/osek_user.h @@ -25,7 +25,7 @@ /* EKV DEFINITIONS RELEASE */ /* */ /* osek_user.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -39,7 +39,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/OSEK/tx_osek.c b/utility/rtos_compatibility_layers/OSEK/tx_osek.c index 4ac360b0..8c81f05d 100644 --- a/utility/rtos_compatibility_layers/OSEK/tx_osek.c +++ b/utility/rtos_compatibility_layers/OSEK/tx_osek.c @@ -243,7 +243,7 @@ static StatusType ActivateISR(ISRType ISRID); /* FUNCTION RELEASE */ /* */ /* StartOS PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -273,7 +273,7 @@ static StatusType ActivateISR(ISRType ISRID); /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void StartOS(StatusType os_mode) @@ -326,7 +326,7 @@ StatusType status; /* FUNCTION RELEASE */ /* */ /* CreateTask PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -365,7 +365,7 @@ StatusType status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ TaskType CreateTask(const CHAR *name, void(*entry_function)(), UINT priority, UINT max_activation, @@ -522,7 +522,7 @@ ULONG status; /* FUNCTION RELEASE */ /* */ /* CreateISR PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -561,7 +561,7 @@ ULONG status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ @@ -690,7 +690,7 @@ ULONG status; /* FUNCTION RELEASE */ /* */ /* ActivateTask PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -734,7 +734,7 @@ ULONG status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType ActivateTask(TaskType TaskId) @@ -843,7 +843,7 @@ TX_THREAD *p_thread; /* FUNCTION RELEASE */ /* */ /* TerminateTask PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -892,7 +892,7 @@ TX_THREAD *p_thread; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType TerminateTask(void) @@ -1015,7 +1015,7 @@ TX_THREAD *p_thread; /* FUNCTION RELEASE */ /* */ /* ChainTask PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -1068,7 +1068,7 @@ TX_THREAD *p_thread; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType ChainTask(TaskType TaskID) @@ -1212,7 +1212,7 @@ TX_THREAD *p_thread; /* FUNCTION RELEASE */ /* */ /* GetTaskID PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -1247,7 +1247,7 @@ TX_THREAD *p_thread; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType GetTaskID(TaskRefType TaskID) @@ -1295,7 +1295,7 @@ TX_THREAD *thread_ptr; /* FUNCTION RELEASE */ /* */ /* GetTaskState PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -1337,7 +1337,7 @@ TX_THREAD *thread_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType GetTaskState(TaskType TaskID, TaskStateRefType State) @@ -1429,7 +1429,7 @@ TX_THREAD *p_thread; /* FUNCTION RELEASE */ /* */ /* Schedule PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -1471,7 +1471,7 @@ TX_THREAD *p_thread; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType Schedule (void) @@ -1590,7 +1590,7 @@ ULONG area; /* FUNCTION RELEASE */ /* */ /* CreateResource PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -1625,7 +1625,7 @@ ULONG area; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ ResourceType CreateResource(const CHAR *name, StatusType type, ResourceType linked_res) @@ -1736,7 +1736,7 @@ UINT iter_max; /* FUNCTION RELEASE */ /* */ /* GetResource PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -1782,7 +1782,7 @@ UINT iter_max; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType GetResource(ResourceType id) @@ -2019,7 +2019,7 @@ ULONG area; /* FUNCTION RELEASE */ /* */ /* ReleaseResource PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -2065,7 +2065,7 @@ ULONG area; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType ReleaseResource(ResourceType id) @@ -2390,7 +2390,7 @@ ULONG area; /* FUNCTION RELEASE */ /* */ /* RegisterTasktoResource PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -2430,7 +2430,7 @@ ULONG area; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType RegisterTasktoResource(ResourceType Resource, TaskType TaskID) @@ -2576,7 +2576,7 @@ UINT index; /* FUNCTION RELEASE */ /* */ /* RegisterISRtoResource PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -2616,7 +2616,7 @@ UINT index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType RegisterISRtoResource(ResourceType Resource, ISRType ISRID) @@ -2633,7 +2633,7 @@ StatusType status; /* FUNCTION RELEASE */ /* */ /* CreateEvent PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -2661,7 +2661,7 @@ StatusType status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ EventMaskType CreateEvent(void) @@ -2685,7 +2685,7 @@ EventMaskType event; /* FUNCTION RELEASE */ /* */ /* SetEvent PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -2718,7 +2718,7 @@ EventMaskType event; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType SetEvent(TaskType task_id, EventMaskType mask) @@ -2835,7 +2835,7 @@ OSEK_TCB *p_this_tcb; /* FUNCTION RELEASE */ /* */ /* ClearEvent PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -2869,7 +2869,7 @@ OSEK_TCB *p_this_tcb; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType ClearEvent(EventMaskType mask) @@ -2929,7 +2929,7 @@ ULONG area; /* FUNCTION RELEASE */ /* */ /* GetEvent PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -2960,7 +2960,7 @@ ULONG area; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType GetEvent(TaskType task_id, EventMaskRefType event) @@ -3026,7 +3026,7 @@ OSEK_TCB *tcb_ptr; /* FUNCTION RELEASE */ /* */ /* WaitEvent PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3060,7 +3060,7 @@ OSEK_TCB *tcb_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType WaitEvent(EventMaskType mask) @@ -3185,7 +3185,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* RegisterEventtoTask PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3222,7 +3222,7 @@ UINT status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType RegisterEventtoTask(EventMaskType eventid, TaskType TaskID) @@ -3283,7 +3283,7 @@ OSEK_TCB *tcb_ptr; /* FUNCTION RELEASE */ /* */ /* EnableInterrupt PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3304,7 +3304,7 @@ OSEK_TCB *tcb_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType EnableInterrupt(void) @@ -3328,7 +3328,7 @@ StatusType EnableInterrupt(void) /* FUNCTION RELEASE */ /* */ /* DisableInterrupt PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3349,7 +3349,7 @@ StatusType EnableInterrupt(void) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType DisableInterrupt(void) @@ -3371,7 +3371,7 @@ StatusType DisableInterrupt(void) /* FUNCTION RELEASE */ /* */ /* GetInterruptDescriptor PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3405,7 +3405,7 @@ StatusType DisableInterrupt(void) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType GetInterruptDescriptor(UINT *mask) @@ -3433,7 +3433,7 @@ UINT new_posture; /* FUNCTION RELEASE */ /* */ /* SuspendAllInterrupts PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3455,7 +3455,7 @@ UINT new_posture; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void SuspendAllInterrupts (void) @@ -3472,7 +3472,7 @@ void SuspendAllInterrupts (void) /* FUNCTION RELEASE */ /* */ /* ResumeAllInterrupts PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3500,7 +3500,7 @@ void SuspendAllInterrupts (void) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void ResumeAllInterrupts (void) @@ -3560,7 +3560,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* FUNCTION RELEASE */ /* */ /* DisableAllInterrupts PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3578,7 +3578,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void DisableAllInterrupts (void) @@ -3595,7 +3595,7 @@ TX_INTERRUPT_SAVE_AREA /* FUNCTION RELEASE */ /* */ /* EnableAllInterrupts PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3612,7 +3612,7 @@ TX_INTERRUPT_SAVE_AREA /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void EnableAllInterrupts (void) @@ -3633,7 +3633,7 @@ TX_INTERRUPT_SAVE_AREA /* FUNCTION RELEASE */ /* */ /* SuspendOSInterrupts PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3651,7 +3651,7 @@ TX_INTERRUPT_SAVE_AREA /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void SuspendOSInterrupts (void) @@ -3668,7 +3668,7 @@ TX_INTERRUPT_SAVE_AREA /* FUNCTION RELEASE */ /* */ /* ResumeOSInterrupts PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3692,7 +3692,7 @@ TX_INTERRUPT_SAVE_AREA /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void ResumeOSInterrupts (void) @@ -3753,7 +3753,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* FUNCTION RELEASE */ /* */ /* GetActiveApplicationMode PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3775,7 +3775,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ AppModeType GetActiveApplicationMode(void) @@ -3789,7 +3789,7 @@ AppModeType GetActiveApplicationMode(void) /* FUNCTION RELEASE */ /* */ /* GetCounterValue PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3820,7 +3820,7 @@ AppModeType GetActiveApplicationMode(void) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) @@ -3846,7 +3846,7 @@ StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) /* FUNCTION RELEASE */ /* */ /* CreateCounter PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -3877,7 +3877,7 @@ StatusType GetCounterValue(OSEK_COUNTER *counter_ptr, TickRefType tick_ptr) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ CounterType CreateCounter(const CHAR *name, TickType max_allowed_value, TickType ticks_per_base, @@ -3979,7 +3979,7 @@ UINT index; /* FUNCTION RELEASE */ /* */ /* IncrCouner PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -4012,7 +4012,7 @@ UINT index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType IncrCounter(CounterType cntr) @@ -4375,7 +4375,7 @@ cntr_ptr = (OSEK_COUNTER *)cntr; /* FUNCTION RELEASE */ /* */ /* DefineSystemCounter PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -4410,7 +4410,7 @@ cntr_ptr = (OSEK_COUNTER *)cntr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType DefineSystemCounter (CounterType cntr) @@ -4494,7 +4494,7 @@ UINT attached; /* FUNCTION RELEASE */ /* */ /* CreateAlarm PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -4523,7 +4523,7 @@ UINT attached; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events, TaskType task, @@ -4781,7 +4781,7 @@ StatusType status; /* FUNCTION RELEASE */ /* */ /* GetAlarmBase PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -4811,7 +4811,7 @@ StatusType status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType GetAlarmBase(AlarmType AlarmID, AlarmBaseRefType info) @@ -4848,7 +4848,7 @@ OSEK_ALARM *alarm_ptr; /* FUNCTION RELEASE */ /* */ /* SetAbsAlarm PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -4884,7 +4884,7 @@ OSEK_ALARM *alarm_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType SetAbsAlarm(AlarmType AlarmID, TickType start, TickType cycle) @@ -4972,7 +4972,7 @@ StatusType SetAbsAlarm(AlarmType AlarmID, TickType start, TickType cycle) /* FUNCTION RELEASE */ /* */ /* SetRelAlarm PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5007,7 +5007,7 @@ StatusType SetAbsAlarm(AlarmType AlarmID, TickType start, TickType cycle) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType SetRelAlarm(AlarmType AlarmID, TickType increment, TickType cycle) @@ -5106,7 +5106,7 @@ StatusType status; /* FUNCTION RELEASE */ /* */ /* CancelAlarm PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5137,7 +5137,7 @@ StatusType status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType CancelAlarm(AlarmType AlarmID) @@ -5185,7 +5185,7 @@ TX_INTERRUPT_SAVE_AREA /* FUNCTION RELEASE */ /* */ /* GetAlarm PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5216,7 +5216,7 @@ TX_INTERRUPT_SAVE_AREA /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ StatusType GetAlarm(AlarmType AlarmID, TickRefType tick_ptr) @@ -5286,7 +5286,7 @@ StatusType status; /* FUNCTION RELEASE */ /* */ /* osek_initialize PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5324,7 +5324,7 @@ StatusType status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ @@ -5440,7 +5440,7 @@ UINT j; /* FUNCTION RELEASE */ /* */ /* osek_cleanup PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5465,7 +5465,7 @@ UINT j; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ @@ -5545,7 +5545,7 @@ OSEK_TCB *p_tcb; /* FUNCTION RELEASE */ /* */ /* process_ISR2 PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5569,7 +5569,7 @@ OSEK_TCB *p_tcb; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void process_ISR2(ISRType isrname) @@ -5592,7 +5592,7 @@ void process_ISR2(ISRType isrname) /* FUNCTION RELEASE */ /* */ /* ShutdownOS PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5622,7 +5622,7 @@ void process_ISR2(ISRType isrname) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void ShutdownOS(StatusType error) @@ -5678,7 +5678,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* ActivateISR PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5720,7 +5720,7 @@ UINT status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static StatusType ActivateISR(ISRType ISRID) @@ -5783,7 +5783,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* FUNCTION RELEASE */ /* */ /* TerminateISR PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5826,7 +5826,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static StatusType TerminateISR(void) @@ -5936,7 +5936,7 @@ TX_THREAD *p_thread; /* FUNCTION RELEASE */ /* */ /* osek_system_manager_entry PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -5981,7 +5981,7 @@ TX_THREAD *p_thread; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_system_manager_entry(ULONG input) @@ -6265,7 +6265,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* FUNCTION RELEASE */ /* */ /* osek_memory_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6297,7 +6297,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static UINT osek_memory_init (void *region0_ptr) @@ -6320,7 +6320,7 @@ UINT retval; /* FUNCTION RELEASE */ /* */ /* osek_counter_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6351,7 +6351,7 @@ UINT retval; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_counter_init(void) @@ -6372,7 +6372,7 @@ ULONG index; /* FUNCTION RELEASE */ /* */ /* osek_reset_counter PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6401,7 +6401,7 @@ ULONG index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_reset_counter(OSEK_COUNTER *counter_ptr) @@ -6448,7 +6448,7 @@ UINT index; /* FUNCTION RELEASE */ /* */ /* osek_alarm_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6479,7 +6479,7 @@ UINT index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_alarm_init(void) @@ -6500,7 +6500,7 @@ ULONG index; /* FUNCTION RELEASE */ /* */ /* osek_reset_alarm PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6529,7 +6529,7 @@ ULONG index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_reset_alarm(OSEK_ALARM *alarm_ptr) @@ -6576,7 +6576,7 @@ TX_INTERRUPT_SAVE_AREA /* FUNCTION RELEASE */ /* */ /* osek_tcb_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6607,7 +6607,7 @@ TX_INTERRUPT_SAVE_AREA /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_tcb_init(void) @@ -6627,7 +6627,7 @@ ULONG index; /* FUNCTION RELEASE */ /* */ /* osek_resource_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6659,7 +6659,7 @@ ULONG index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_resource_init(void) @@ -6685,7 +6685,7 @@ OSEK_RESOURCE *res_ptr; /* FUNCTION RELEASE */ /* */ /* osek_reset_res PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6714,7 +6714,7 @@ OSEK_RESOURCE *res_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_reset_res(OSEK_RESOURCE *res_ptr) @@ -6737,7 +6737,7 @@ TX_INTERRUPT_SAVE_AREA /* FUNCTION RELEASE */ /* */ /* osek_do_task_terminate PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6770,7 +6770,7 @@ TX_INTERRUPT_SAVE_AREA /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static StatusType osek_do_task_terminate(OSEK_TCB *tcb_ptr) @@ -6871,7 +6871,7 @@ UINT priority; /* FUNCTION RELEASE */ /* */ /* osek_do_activate_task PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6902,7 +6902,7 @@ UINT priority; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static StatusType osek_do_activate_task (OSEK_TCB *tcb_ptr) @@ -6931,7 +6931,7 @@ TX_INTERRUPT_SAVE_AREA /* FUNCTION RELEASE */ /* */ /* osek_thread2tcb PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -6962,7 +6962,7 @@ TX_INTERRUPT_SAVE_AREA /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static OSEK_TCB *osek_thread2tcb(TX_THREAD *thread_ptr) @@ -6991,7 +6991,7 @@ OSEK_TCB *tcb; /* FUNCTION RELEASE */ /* */ /* osek_task_independent_area PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7023,7 +7023,7 @@ OSEK_TCB *tcb; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static ULONG osek_task_independent_area(void) @@ -7056,7 +7056,7 @@ static ULONG osek_task_independent_area(void) /* FUNCTION RELEASE */ /* */ /* osek_create_task PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7089,7 +7089,7 @@ static ULONG osek_task_independent_area(void) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static StatusType osek_create_task(OSEK_TCB * tcb_ptr) @@ -7171,7 +7171,7 @@ TX_RESTORE /* FUNCTION RELEASE */ /* */ /* osek_allocate_tcb PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7204,7 +7204,7 @@ TX_RESTORE /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static ULONG osek_allocate_tcb(ULONG stack_size, OSEK_TCB **tcb_ptr) @@ -7275,7 +7275,7 @@ ULONG retval; /* FUNCTION RELEASE */ /* */ /* osek_memory_allocate PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7308,7 +7308,7 @@ ULONG retval; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static UINT osek_memory_allocate(ULONG size, void **memory_ptr) @@ -7349,7 +7349,7 @@ UINT retval; /* FUNCTION RELEASE */ /* */ /* osek_reset_tcb PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7378,7 +7378,7 @@ UINT retval; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_reset_tcb(OSEK_TCB *tcb_ptr) @@ -7461,7 +7461,7 @@ UINT index; /* FUNCTION RELEASE */ /* */ /* osek_get_resource PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7490,7 +7490,7 @@ UINT index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static ResourceType osek_get_resource(void) @@ -7536,7 +7536,7 @@ OSEK_RESOURCE *res_ptr; /* FUNCTION RELEASE */ /* */ /* osek_get_alarm PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7566,7 +7566,7 @@ OSEK_RESOURCE *res_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static UINT osek_get_alarm(void) @@ -7620,7 +7620,7 @@ UINT index; /* FUNCTION RELEASE */ /* */ /* osek_get_events PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7650,7 +7650,7 @@ UINT index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static EventMaskType osek_get_event(void) @@ -7684,7 +7684,7 @@ EventMaskType event_mask; /* FUNCTION RELEASE */ /* */ /* osek_get_alarm PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7714,7 +7714,7 @@ EventMaskType event_mask; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static CounterType osek_get_counter(void) @@ -7765,7 +7765,7 @@ UINT index; /* FUNCTION RELEASE */ /* */ /* osek_system_timer_entry PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7795,7 +7795,7 @@ UINT index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_system_timer_entry(ULONG input) @@ -7846,7 +7846,7 @@ UINT found; /* FUNCTION RELEASE */ /* */ /* osek_remap_priority PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7876,7 +7876,7 @@ UINT found; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static UINT osek_remap_priority(UINT osek_priority) @@ -7897,7 +7897,7 @@ static UINT osek_remap_priority(UINT osek_priority) /* FUNCTION RELEASE */ /* */ /* osek_task_wrapper PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -7933,7 +7933,7 @@ static UINT osek_remap_priority(UINT osek_priority) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_task_wrapper(ULONG tcb) @@ -8017,7 +8017,7 @@ StatusType status; /* FUNCTION RELEASE */ /* */ /* osek_internal_error PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8048,7 +8048,7 @@ StatusType status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void osek_internal_error(ULONG error_code) @@ -8066,7 +8066,7 @@ static void osek_internal_error(ULONG error_code) /* FUNCTION RELEASE */ /* */ /* exec_ErrorHook PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8103,7 +8103,7 @@ static void osek_internal_error(ULONG error_code) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void exec_ErrorHook (StatusType error) @@ -8177,7 +8177,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* FUNCTION RELEASE */ /* */ /* exec_PreTaskHook PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8207,7 +8207,7 @@ ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void exec_PreTaskHook(void) @@ -8238,7 +8238,7 @@ UINT save_op_mode; /* FUNCTION RELEASE */ /* */ /* exec_PostTaskHook PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8268,7 +8268,7 @@ UINT save_op_mode; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void exec_PostTaskHook(void) @@ -8299,7 +8299,7 @@ UINT sav_op_mode; /* FUNCTION RELEASE */ /* */ /* add_task_to_table PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8328,7 +8328,7 @@ UINT sav_op_mode; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void add_task_to_table(OSEK_TCB *tcb_ptr) @@ -8371,7 +8371,7 @@ UINT i; /* FUNCTION RELEASE */ /* */ /* push_task_to_table PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8400,7 +8400,7 @@ UINT i; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void push_task_to_table(OSEK_TCB *tcb_ptr) @@ -8439,7 +8439,7 @@ UINT k; /* FUNCTION RELEASE */ /* */ /* start_osek_tasks PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8468,7 +8468,7 @@ UINT k; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void start_osek_tasks(void) @@ -8570,7 +8570,7 @@ UINT found; /* FUNCTION RELEASE */ /* */ /* check_task_to_run PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8600,7 +8600,7 @@ UINT found; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static UINT check_task_to_run (OSEK_TCB *tcb_ptr) @@ -8670,7 +8670,7 @@ TX_INTERRUPT_SAVE_AREA /* FUNCTION RELEASE */ /* */ /* pop_task_from_table PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8696,7 +8696,7 @@ TX_INTERRUPT_SAVE_AREA /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void pop_task_from_table(OSEK_TCB *tcb_ptr) @@ -8733,7 +8733,7 @@ UINT k; /* FUNCTION RELEASE */ /* */ /* check_linked_resources PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8750,7 +8750,7 @@ UINT k; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static void check_linked_resources(void) @@ -8789,7 +8789,7 @@ OSEK_RESOURCE *linked_res_ptr; /* FUNCTION RELEASE */ /* */ /* get_internal_resource PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8835,7 +8835,7 @@ OSEK_RESOURCE *linked_res_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static StatusType get_internal_resource(OSEK_TCB *tcb_ptr) @@ -8919,7 +8919,7 @@ TX_DISABLE /* FUNCTION RELEASE */ /* */ /* release_internal_resource PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -8954,7 +8954,7 @@ TX_DISABLE /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static StatusType release_internal_resource(OSEK_TCB *tcb_ptr) @@ -9000,7 +9000,7 @@ UINT index; /* FUNCTION RELEASE */ /* */ /* check_external_resource PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -9046,7 +9046,7 @@ UINT index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static StatusType check_external_resource(OSEK_TCB *tcb_ptr) diff --git a/utility/rtos_compatibility_layers/posix/errno.h b/utility/rtos_compatibility_layers/posix/errno.h index dcfe9cff..43330bd9 100644 --- a/utility/rtos_compatibility_layers/posix/errno.h +++ b/utility/rtos_compatibility_layers/posix/errno.h @@ -24,7 +24,7 @@ /* EKP DEFINITIONS RELEASE */ /* */ /* errno.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -39,7 +39,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/fcntl.h b/utility/rtos_compatibility_layers/posix/fcntl.h index 90c59021..424f8701 100644 --- a/utility/rtos_compatibility_layers/posix/fcntl.h +++ b/utility/rtos_compatibility_layers/posix/fcntl.h @@ -24,7 +24,7 @@ /* EKP DEFINITIONS RELEASE */ /* */ /* fcntl.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -39,7 +39,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/pthread.h b/utility/rtos_compatibility_layers/posix/pthread.h index 3217c858..f0acc092 100644 --- a/utility/rtos_compatibility_layers/posix/pthread.h +++ b/utility/rtos_compatibility_layers/posix/pthread.h @@ -24,7 +24,7 @@ /* EKP DEFINITIONS RELEASE */ /* */ /* sched.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -39,7 +39,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/px_abs_time_to_rel_ticks.c b/utility/rtos_compatibility_layers/posix/px_abs_time_to_rel_ticks.c index 5cde9b2a..632d5303 100644 --- a/utility/rtos_compatibility_layers/posix/px_abs_time_to_rel_ticks.c +++ b/utility/rtos_compatibility_layers/posix/px_abs_time_to_rel_ticks.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_abs_time_to_rel_ticks PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -48,7 +48,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ ULONG posix_abs_time_to_rel_ticks(struct timespec *abs_timeout) diff --git a/utility/rtos_compatibility_layers/posix/px_clock_getres.c b/utility/rtos_compatibility_layers/posix/px_clock_getres.c index fd5867df..a9edc4c7 100644 --- a/utility/rtos_compatibility_layers/posix/px_clock_getres.c +++ b/utility/rtos_compatibility_layers/posix/px_clock_getres.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* clock_getres PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -61,7 +61,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT clock_getres(clockid_t t, struct timespec * tspec) diff --git a/utility/rtos_compatibility_layers/posix/px_clock_gettime.c b/utility/rtos_compatibility_layers/posix/px_clock_gettime.c index 5ce538f7..e3a3dbaa 100644 --- a/utility/rtos_compatibility_layers/posix/px_clock_gettime.c +++ b/utility/rtos_compatibility_layers/posix/px_clock_gettime.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* clock_gettime PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -63,7 +63,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT clock_gettime(clockid_t t, struct timespec * tspec) diff --git a/utility/rtos_compatibility_layers/posix/px_clock_settime.c b/utility/rtos_compatibility_layers/posix/px_clock_settime.c index d2c0e7df..e384430c 100644 --- a/utility/rtos_compatibility_layers/posix/px_clock_settime.c +++ b/utility/rtos_compatibility_layers/posix/px_clock_settime.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* clock_settime PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -64,7 +64,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT clock_settime(clockid_t t, const struct timespec * tspec) diff --git a/utility/rtos_compatibility_layers/posix/px_cond_broadcast.c b/utility/rtos_compatibility_layers/posix/px_cond_broadcast.c index e4520942..36cd866c 100644 --- a/utility/rtos_compatibility_layers/posix/px_cond_broadcast.c +++ b/utility/rtos_compatibility_layers/posix/px_cond_broadcast.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_cond_broadcast PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -83,7 +83,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_cond_broadcast(pthread_cond_t *cond) diff --git a/utility/rtos_compatibility_layers/posix/px_cond_destroy.c b/utility/rtos_compatibility_layers/posix/px_cond_destroy.c index ba7f1ece..6b0bc2c5 100644 --- a/utility/rtos_compatibility_layers/posix/px_cond_destroy.c +++ b/utility/rtos_compatibility_layers/posix/px_cond_destroy.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_cond_destroy PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_cond_destroy(pthread_cond_t *cond) diff --git a/utility/rtos_compatibility_layers/posix/px_cond_init.c b/utility/rtos_compatibility_layers/posix/px_cond_init.c index f2a8649d..680998d8 100644 --- a/utility/rtos_compatibility_layers/posix/px_cond_init.c +++ b/utility/rtos_compatibility_layers/posix/px_cond_init.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_cond_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_cond_init(pthread_cond_t *cond, pthread_condattr_t *attr) diff --git a/utility/rtos_compatibility_layers/posix/px_cond_signal.c b/utility/rtos_compatibility_layers/posix/px_cond_signal.c index 09938af2..0e77c017 100644 --- a/utility/rtos_compatibility_layers/posix/px_cond_signal.c +++ b/utility/rtos_compatibility_layers/posix/px_cond_signal.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_cond_signal PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -80,7 +80,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_cond_signal(pthread_cond_t *cond) diff --git a/utility/rtos_compatibility_layers/posix/px_cond_timedwait.c b/utility/rtos_compatibility_layers/posix/px_cond_timedwait.c index 94ffe3b9..d6abc99b 100644 --- a/utility/rtos_compatibility_layers/posix/px_cond_timedwait.c +++ b/utility/rtos_compatibility_layers/posix/px_cond_timedwait.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_cond_timedwait PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -91,7 +91,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William Lamie Initial Version 6.x */ +/* 06-02-2021 William Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_cond_timedwait(pthread_cond_t *cond,pthread_mutex_t *mutex, diff --git a/utility/rtos_compatibility_layers/posix/px_cond_wait.c b/utility/rtos_compatibility_layers/posix/px_cond_wait.c index 120adfbd..610c1e7c 100644 --- a/utility/rtos_compatibility_layers/posix/px_cond_wait.c +++ b/utility/rtos_compatibility_layers/posix/px_cond_wait.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_cond_wait PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -87,7 +87,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) diff --git a/utility/rtos_compatibility_layers/posix/px_error.c b/utility/rtos_compatibility_layers/posix/px_error.c index 45fc4846..2c1f8db5 100644 --- a/utility/rtos_compatibility_layers/posix/px_error.c +++ b/utility/rtos_compatibility_layers/posix/px_error.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_error_handler PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -61,7 +61,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_error_handler(ULONG error_code) @@ -74,7 +74,7 @@ VOID posix_error_handler(ULONG error_code) /* FUNCTION RELEASE */ /* */ /* posix_internal_error PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -104,7 +104,7 @@ VOID posix_error_handler(ULONG error_code) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_internal_error(ULONG error_code) diff --git a/utility/rtos_compatibility_layers/posix/px_in_thread_context.c b/utility/rtos_compatibility_layers/posix/px_in_thread_context.c index d0bd888b..0f05fb24 100644 --- a/utility/rtos_compatibility_layers/posix/px_in_thread_context.c +++ b/utility/rtos_compatibility_layers/posix/px_in_thread_context.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_in_thread_context PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -62,7 +62,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ ULONG posix_in_thread_context(VOID) diff --git a/utility/rtos_compatibility_layers/posix/px_int.h b/utility/rtos_compatibility_layers/posix/px_int.h index a4048c8c..c907d312 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.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -39,7 +39,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/px_internal_signal_dispatch.c b/utility/rtos_compatibility_layers/posix/px_internal_signal_dispatch.c index 7d6c5ac2..79204114 100644 --- a/utility/rtos_compatibility_layers/posix/px_internal_signal_dispatch.c +++ b/utility/rtos_compatibility_layers/posix/px_internal_signal_dispatch.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* internal_signal_dispatch PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ void internal_signal_dispatch(ULONG id) diff --git a/utility/rtos_compatibility_layers/posix/px_memory_allocate.c b/utility/rtos_compatibility_layers/posix/px_memory_allocate.c index 1b1034a2..46e37950 100644 --- a/utility/rtos_compatibility_layers/posix/px_memory_allocate.c +++ b/utility/rtos_compatibility_layers/posix/px_memory_allocate.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_memory_allocate PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT posix_memory_allocate(ULONG size, VOID **memory_ptr) diff --git a/utility/rtos_compatibility_layers/posix/px_memory_release.c b/utility/rtos_compatibility_layers/posix/px_memory_release.c index 19ea8a27..4913d3db 100644 --- a/utility/rtos_compatibility_layers/posix/px_memory_release.c +++ b/utility/rtos_compatibility_layers/posix/px_memory_release.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_memory_release PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -63,7 +63,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_memory_release(VOID * memory_ptr) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_arrange_msg.c b/utility/rtos_compatibility_layers/posix/px_mq_arrange_msg.c index 5f8a42c4..6bddee43 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_arrange_msg.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_arrange_msg.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_arrange_msg PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -62,7 +62,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ ULONG posix_arrange_msg( TX_QUEUE *Queue, ULONG *pMsgPrio ) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_attr_init.c b/utility/rtos_compatibility_layers/posix/px_mq_attr_init.c index 78aa23b3..0faafe9c 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_attr_init.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_attr_init.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_qattr_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -62,7 +62,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_qattr_init(VOID) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_close.c b/utility/rtos_compatibility_layers/posix/px_mq_close.c index ab5d4b2d..0559e5f8 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_close.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_close.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* mq_close PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT mq_close(mqd_t mqdes) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_create.c b/utility/rtos_compatibility_layers/posix/px_mq_create.c index 6b4f10eb..19a55921 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_create.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_create.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_mq_create PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -74,7 +74,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ POSIX_MSG_QUEUE * posix_mq_create (const CHAR * mq_name, diff --git a/utility/rtos_compatibility_layers/posix/px_mq_find_queue.c b/utility/rtos_compatibility_layers/posix/px_mq_find_queue.c index b40cde38..5d795b80 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_find_queue.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_find_queue.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_find_queue PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -61,7 +61,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ POSIX_MSG_QUEUE * posix_find_queue(const CHAR *mq_name) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_get_new_queue.c b/utility/rtos_compatibility_layers/posix/px_mq_get_new_queue.c index bc907840..6e77fd96 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_get_new_queue.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_get_new_queue.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_get_new_queue PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -63,7 +63,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ POSIX_MSG_QUEUE * posix_get_new_queue(ULONG maxnum) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_get_queue_desc.c b/utility/rtos_compatibility_layers/posix/px_mq_get_queue_desc.c index 4946b851..af11c33f 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_get_queue_desc.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_get_queue_desc.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_get_queue_desc PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -63,7 +63,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ struct mq_des * posix_get_queue_des(POSIX_MSG_QUEUE * q_ptr) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_open.c b/utility/rtos_compatibility_layers/posix/px_mq_open.c index c030218b..b88c465d 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_open.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_open.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* mq_open PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -68,7 +68,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ mqd_t mq_open(const CHAR * mqName, ULONG oflags,...) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_priority_search.c b/utility/rtos_compatibility_layers/posix/px_mq_priority_search.c index 64a82374..5846c94e 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_priority_search.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_priority_search.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_priority_search PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -63,7 +63,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ ULONG posix_priority_search(mqd_t msgQId ,ULONG priority) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_putback_queue.c b/utility/rtos_compatibility_layers/posix/px_mq_putback_queue.c index dcfb28d1..e9cf323d 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_putback_queue.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_putback_queue.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_putback_queue PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -61,7 +61,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_putback_queue(TX_QUEUE * qid) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_queue_delete.c b/utility/rtos_compatibility_layers/posix/px_mq_queue_delete.c index 1c55ab10..093aa0e9 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_queue_delete.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_queue_delete.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_queue_delete PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -64,7 +64,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT posix_queue_delete(POSIX_MSG_QUEUE * q_ptr) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_queue_init.c b/utility/rtos_compatibility_layers/posix/px_mq_queue_init.c index 2bdf152b..1bc05fee 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_queue_init.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_queue_init.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_queue_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -62,7 +62,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_queue_init(VOID) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_receive.c b/utility/rtos_compatibility_layers/posix/px_mq_receive.c index 4d930958..693017d1 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_receive.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_receive.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* mq_receive PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -71,7 +71,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ ssize_t mq_receive( mqd_t mqdes, VOID * pMsg, size_t msgLen, ULONG *pMsgPrio) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_reset_queue.c b/utility/rtos_compatibility_layers/posix/px_mq_reset_queue.c index 06576222..94443760 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_reset_queue.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_reset_queue.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_reset_queue PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -62,7 +62,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_reset_queue(POSIX_MSG_QUEUE * q_ptr) diff --git a/utility/rtos_compatibility_layers/posix/px_mq_send.c b/utility/rtos_compatibility_layers/posix/px_mq_send.c index f75e46ac..da566db6 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_send.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_send.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* mq_send PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -73,7 +73,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT mq_send( mqd_t mqdes, const CHAR * msg_ptr, size_t msg_len, diff --git a/utility/rtos_compatibility_layers/posix/px_mq_unlink.c b/utility/rtos_compatibility_layers/posix/px_mq_unlink.c index 41147275..b94f7c68 100644 --- a/utility/rtos_compatibility_layers/posix/px_mq_unlink.c +++ b/utility/rtos_compatibility_layers/posix/px_mq_unlink.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* mq_unlink PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -64,7 +64,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT mq_unlink(const CHAR * mqName) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_destroy.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_destroy.c index 5ea9f9c2..f8c37f28 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_attr_destroy.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_destroy.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutexattr_destroy PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -68,7 +68,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutexattr_destroy(pthread_mutexattr_t *attr) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_getprotocol.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_getprotocol.c index afaa7f91..d9207bfd 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_attr_getprotocol.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_getprotocol.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutexattr_getprotocol PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutexattr_getprotocol( pthread_mutexattr_t *attr, INT *protocol) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_getpshared.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_getpshared.c index 7859efbd..1783f316 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_attr_getpshared.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_getpshared.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutexattr_getpshared PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutexattr_getpshared( pthread_mutexattr_t *attr, INT *pshared) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_gettype.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_gettype.c index 634aa551..cdd5c2a8 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_attr_gettype.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_gettype.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutexattr_gettype PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutexattr_gettype( pthread_mutexattr_t *attr, INT *type) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_initi.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_initi.c index f68eba14..aab08e6e 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_attr_initi.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_initi.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutexattr_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutexattr_init(pthread_mutexattr_t *attr) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_setprotocol.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_setprotocol.c index 6a3d9bf7..ad51cb5a 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_attr_setprotocol.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_setprotocol.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutexattr_setprotocol PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutexattr_setprotocol(pthread_mutexattr_t *attr, INT protocol) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_setpshared.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_setpshared.c index ff4ded26..090a36cd 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_attr_setpshared.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_setpshared.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutexattr_setpshared PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -64,7 +64,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutexattr_setpshared (pthread_mutexattr_t *attr, INT pshared) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_attr_settype.c b/utility/rtos_compatibility_layers/posix/px_mx_attr_settype.c index 11a1405e..1c61e389 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_attr_settype.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_attr_settype.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutexattr_settype PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutexattr_settype( pthread_mutexattr_t *attr, INT type) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_destroy.c b/utility/rtos_compatibility_layers/posix/px_mx_destroy.c index a2275bb4..d59d9222 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_destroy.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_destroy.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutex_destroy PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutex_destroy(pthread_mutex_t *mutex) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_init.c b/utility/rtos_compatibility_layers/posix/px_mx_init.c index 2daf45d6..a3d81665 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_init.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_init.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutex_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -70,7 +70,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutex_init(pthread_mutex_t *mutex ,pthread_mutexattr_t *attr) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_lock.c b/utility/rtos_compatibility_layers/posix/px_mx_lock.c index 56404dd1..be4e515c 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_lock.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_lock.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutex_lock PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutex_lock(pthread_mutex_t *mutex ) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_set_default_mutexattr.c b/utility/rtos_compatibility_layers/posix/px_mx_set_default_mutexattr.c index 29a51b4e..7821c598 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_set_default_mutexattr.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_set_default_mutexattr.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* set_default_mutexattr PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -62,7 +62,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID set_default_mutexattr(pthread_mutexattr_t *mutexattr) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_timedlock.c b/utility/rtos_compatibility_layers/posix/px_mx_timedlock.c index 8f18408d..7ef3b1ff 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_timedlock.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_timedlock.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutex_timedlock PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -72,7 +72,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec *abs_timeout) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_trylock.c b/utility/rtos_compatibility_layers/posix/px_mx_trylock.c index d4c0b9c7..52ad0272 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_trylock.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_trylock.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutex_trylock PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -68,7 +68,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutex_trylock(pthread_mutex_t *mutex) diff --git a/utility/rtos_compatibility_layers/posix/px_mx_unlock.c b/utility/rtos_compatibility_layers/posix/px_mx_unlock.c index d1afae7a..1f71e256 100644 --- a/utility/rtos_compatibility_layers/posix/px_mx_unlock.c +++ b/utility/rtos_compatibility_layers/posix/px_mx_unlock.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_mutex_unlock PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_mutex_unlock(pthread_mutex_t *mutex ) diff --git a/utility/rtos_compatibility_layers/posix/px_nanosleep.c b/utility/rtos_compatibility_layers/posix/px_nanosleep.c index d61d7c4e..45f6b040 100644 --- a/utility/rtos_compatibility_layers/posix/px_nanosleep.c +++ b/utility/rtos_compatibility_layers/posix/px_nanosleep.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* nanosleep PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -75,7 +75,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT nanosleep(struct timespec *req, struct timespec *rem) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_destroy.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_destroy.c index 37861f7a..85c4d72e 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_destroy.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_destroy.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_destroy PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -69,7 +69,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_destroy(pthread_attr_t *attr) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getdetachstate.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getdetachstate.c index bf3b0351..58587892 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getdetachstate.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getdetachstate.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_getdetachstate PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -72,7 +72,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_getdetachstate( pthread_attr_t *attr,INT *detachstate) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getinheritsched.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getinheritsched.c index b0999a36..c25fdbbe 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getinheritsched.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getinheritsched.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_getinheritsched PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -72,7 +72,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_getinheritsched(pthread_attr_t *attr, INT *inheritsched) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedparam.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedparam.c index ee7d64bc..a1fbf596 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedparam.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedparam.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_getschedparam PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_getschedparam(pthread_attr_t *attr,struct sched_param *param) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedpolicy.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedpolicy.c index 29237cc5..d68e1dc7 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedpolicy.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getschedpolicy.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_getschedpolicy PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_getschedpolicy(pthread_attr_t *attr, INT *policy) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstack.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstack.c index 400de46a..d61fb52e 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstack.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstack.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_getstack PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -68,7 +68,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_getstack( pthread_attr_t *attr,void **stackaddr, diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstackaddr.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstackaddr.c index 9218b120..3aa86f96 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstackaddr.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstackaddr.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_getstackaddr PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_getstackaddr( pthread_attr_t *attr,void **stackaddr) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstacksize.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstacksize.c index cd7c2d28..6d9677c6 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_getstacksize.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_getstacksize.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_getstacksize PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_getstacksize(pthread_attr_t *attr, size_t *stacksize) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_init.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_init.c index 317a8d3a..d7b963d9 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_init.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_init.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_init(pthread_attr_t *attr) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setdetachstate.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setdetachstate.c index af2f7165..fd560289 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setdetachstate.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setdetachstate.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_setdetachstate PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -71,7 +71,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setinheritsched.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setinheritsched.c index e4919f61..cf64daad 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setinheritsched.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setinheritsched.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_setinheritsched PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -70,7 +70,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_setinheritsched(pthread_attr_t *attr, INT inheritsched) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedparam.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedparam.c index 3768c73b..867befa8 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedparam.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedparam.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_setschedparam PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param *param) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedpolicyl.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedpolicyl.c index 308c11fb..1488b582 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedpolicyl.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setschedpolicyl.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_setschedpolicy PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_setschedpolicy(pthread_attr_t *attr, INT policy) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstack.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstack.c index 16f84ee0..e871eec0 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstack.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstack.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_setstack PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -68,7 +68,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_setstack( pthread_attr_t *attr,void *stackaddr, diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstackaddr.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstackaddr.c index 62ffca97..73f0ac5a 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstackaddr.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstackaddr.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_setstackaddr PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_setstackaddr(pthread_attr_t *attr,void *stackaddr) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstacksize.c b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstacksize.c index 34ba0230..f2d829ff 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_attr_setstacksize.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_attr_setstacksize.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_attr_setstacksize PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_cancel.c b/utility/rtos_compatibility_layers/posix/px_pth_cancel.c index 8b04ee42..7d58acf3 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_cancel.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_cancel.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_cancel PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_cancel(pthread_t thread) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_create.c b/utility/rtos_compatibility_layers/posix/px_pth_create.c index e2d6f4db..511026db 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_create.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_create.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_create PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -98,7 +98,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_create (pthread_t *thread, pthread_attr_t *attr, diff --git a/utility/rtos_compatibility_layers/posix/px_pth_detach.c b/utility/rtos_compatibility_layers/posix/px_pth_detach.c index b2b7581b..1a796b0e 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_detach.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_detach.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_detach PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -76,7 +76,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_detach(pthread_t thread) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_equal.c b/utility/rtos_compatibility_layers/posix/px_pth_equal.c index e1930601..53dacef9 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_equal.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_equal.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_equal PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_equal(pthread_t thread1, pthread_t thread2) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_exit.c b/utility/rtos_compatibility_layers/posix/px_pth_exit.c index 26445711..82f56336 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_exit.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_exit.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_exit PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -71,7 +71,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID pthread_exit(void *value_ptr) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_getcanceltype.c b/utility/rtos_compatibility_layers/posix/px_pth_getcanceltype.c index c366b6c0..c7377866 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_getcanceltype.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_getcanceltype.c @@ -30,7 +30,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_getcanceltype PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_getcanceltype (INT type, INT *oldtype) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_getschedparam.c b/utility/rtos_compatibility_layers/posix/px_pth_getschedparam.c index 38df6cae..aabc9bc8 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_getschedparam.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_getschedparam.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_getschedparam PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -68,7 +68,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_init.c b/utility/rtos_compatibility_layers/posix/px_pth_init.c index ad0b16a0..d0e54606 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_init.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_init.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* is_posix_thread PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static INT is_posix_thread(TX_THREAD *thread_ptr) @@ -86,7 +86,7 @@ static INT is_posix_thread(TX_THREAD *thread_ptr) /* FUNCTION RELEASE */ /* */ /* posix_pthread_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -117,7 +117,7 @@ static INT is_posix_thread(TX_THREAD *thread_ptr) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_pthread_init(VOID) @@ -137,7 +137,7 @@ ULONG index; /* FUNCTION RELEASE */ /* */ /* posix_reset_pthread_t PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -166,7 +166,7 @@ ULONG index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_reset_pthread_t (POSIX_TCB *ptcb) @@ -180,7 +180,7 @@ ULONG index; /* FUNCTION RELEASE */ /* */ /* posix_copy_pthread_attr PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -211,7 +211,7 @@ ULONG index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_copy_pthread_attr(POSIX_TCB *pthread_ptr,pthread_attr_t *attr) @@ -235,7 +235,7 @@ ULONG index; /* FUNCTION RELEASE */ /* */ /* posix_allocate_pthread_t PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -266,7 +266,7 @@ ULONG index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT posix_allocate_pthread_t(POSIX_TCB **ptcb_ptr) @@ -318,7 +318,7 @@ ULONG index; /* FUNCTION RELEASE */ /* */ /* posix_thread_wrapper PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -352,7 +352,7 @@ ULONG index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_thread_wrapper(ULONG pthr_ptr) @@ -377,7 +377,7 @@ VOID *value_ptr; /* FUNCTION RELEASE */ /* */ /* posix_thread2tcb PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -407,7 +407,7 @@ VOID *value_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ POSIX_TCB *posix_thread2tcb(TX_THREAD *thread_ptr) @@ -441,7 +441,7 @@ POSIX_TCB *p_tcb; /* FUNCTION RELEASE */ /* */ /* posix_tcb2thread PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -471,7 +471,7 @@ POSIX_TCB *p_tcb; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ TX_THREAD *posix_tcb2thread (POSIX_TCB *pthread_ptr) @@ -498,7 +498,7 @@ TX_THREAD *thread; /* FUNCTION RELEASE */ /* */ /* posix_thread2tid PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -528,7 +528,7 @@ TX_THREAD *thread; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ pthread_t posix_thread2tid(TX_THREAD *thread_ptr) @@ -558,7 +558,7 @@ POSIX_TCB *p_tcb; /* FUNCTION RELEASE */ /* */ /* posix_tid2thread PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -587,7 +587,7 @@ POSIX_TCB *p_tcb; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ TX_THREAD *posix_tid2thread(pthread_t ptid) @@ -616,7 +616,7 @@ POSIX_TCB *pthread; /* FUNCTION RELEASE */ /* */ /* posix_tid2tcb PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -645,7 +645,7 @@ POSIX_TCB *pthread; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ POSIX_TCB *posix_tid2tcb(pthread_t ptid) @@ -668,7 +668,7 @@ POSIX_TCB *pthread; /* FUNCTION RELEASE */ /* */ /* posix_destroy_pthread PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -701,7 +701,7 @@ POSIX_TCB *pthread; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_destroy_pthread(POSIX_TCB *pthread_ptr, VOID *value_ptr) @@ -736,7 +736,7 @@ INT status; /* FUNCTION RELEASE */ /* */ /* posix_do_pthread_delete PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -771,7 +771,7 @@ INT status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_do_pthread_delete(POSIX_TCB *pthread_ptr, VOID *value_ptr) @@ -844,7 +844,7 @@ ULONG status; /* FUNCTION RELEASE */ /* */ /* posix_set_pthread_errno PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -875,7 +875,7 @@ ULONG status; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT posix_set_pthread_errno(ULONG errno_set) @@ -900,7 +900,7 @@ POSIX_TCB *pthread_ptr; /* FUNCTION RELEASE */ /* */ /* posix_get_pthread_errno PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -932,7 +932,7 @@ POSIX_TCB *pthread_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT posix_get_pthread_errno(pthread_t ptid) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_join.c b/utility/rtos_compatibility_layers/posix/px_pth_join.c index 791fec6b..00d68c60 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_join.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_join.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_join PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -82,7 +82,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_join(pthread_t thread, VOID **value_ptr) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_kill.c b/utility/rtos_compatibility_layers/posix/px_pth_kill.c index 3cf9deb0..dacdbba0 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_kill.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_kill.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_kill PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -73,7 +73,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/px_pth_once.c b/utility/rtos_compatibility_layers/posix/px_pth_once.c index 5b24e96b..4e69c510 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_once.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_once.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_once PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -70,7 +70,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_once (pthread_once_t * once_control, VOID (*init_routine) (VOID)) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_self.c b/utility/rtos_compatibility_layers/posix/px_pth_self.c index 41cff887..25aac5ab 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_self.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_self.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_self PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -64,7 +64,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ pthread_t pthread_self(VOID) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_set_default_pthread_attr.c b/utility/rtos_compatibility_layers/posix/px_pth_set_default_pthread_attr.c index 0e49bd64..aa7f65b8 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_set_default_pthread_attr.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_set_default_pthread_attr.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* set_default_pthread_attr PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -60,7 +60,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID set_default_pthread_attr(pthread_attr_t *attr) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_setcancelstate.c b/utility/rtos_compatibility_layers/posix/px_pth_setcancelstate.c index 6e7e1798..6c9a1998 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_setcancelstate.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_setcancelstate.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_setcancelstate PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_setcancelstate (INT state, INT *oldstate) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_setcanceltype.c b/utility/rtos_compatibility_layers/posix/px_pth_setcanceltype.c index 91f7ac2d..9b640d30 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_setcanceltype.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_setcanceltype.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_setcanceltype PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_setcanceltype (INT type, INT *oldtype) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_setschedparam.c b/utility/rtos_compatibility_layers/posix/px_pth_setschedparam.c index 3d6def00..0ad10fe5 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_setschedparam.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_setschedparam.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_setschedparam PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -70,7 +70,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_sigmask.c b/utility/rtos_compatibility_layers/posix/px_pth_sigmask.c index 38885c4a..e2dab686 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_sigmask.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_sigmask.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_sigmask PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -68,7 +68,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/px_pth_testcancel.c b/utility/rtos_compatibility_layers/posix/px_pth_testcancel.c index 7bd89449..1903ff7c 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_testcancel.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_testcancel.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_testcancel PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -67,7 +67,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID pthread_testcancel(VOID) diff --git a/utility/rtos_compatibility_layers/posix/px_pth_yield.c b/utility/rtos_compatibility_layers/posix/px_pth_yield.c index f1e953e0..958f92dd 100644 --- a/utility/rtos_compatibility_layers/posix/px_pth_yield.c +++ b/utility/rtos_compatibility_layers/posix/px_pth_yield.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* pthread_yield PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID pthread_yield(VOID) diff --git a/utility/rtos_compatibility_layers/posix/px_px_initialize.c b/utility/rtos_compatibility_layers/posix/px_px_initialize.c index 19b68aa5..407f59ee 100644 --- a/utility/rtos_compatibility_layers/posix/px_px_initialize.c +++ b/utility/rtos_compatibility_layers/posix/px_px_initialize.c @@ -50,7 +50,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_memory_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -82,7 +82,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static VOID posix_memory_init(VOID * posix_heap_ptr) @@ -112,7 +112,7 @@ INT retval; /* FUNCTION RELEASE */ /* */ /* posix_semaphore_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -141,7 +141,7 @@ INT retval; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ static VOID posix_semaphore_init(VOID) @@ -172,7 +172,7 @@ sem_t *sem_ptr; /* FUNCTION RELEASE */ /* */ /* posix_initialize PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -212,7 +212,7 @@ sem_t *sem_ptr; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID *posix_initialize(VOID * posix_memory) diff --git a/utility/rtos_compatibility_layers/posix/px_sched_get_prio.c b/utility/rtos_compatibility_layers/posix/px_sched_get_prio.c index 024545dc..7eed68ff 100644 --- a/utility/rtos_compatibility_layers/posix/px_sched_get_prio.c +++ b/utility/rtos_compatibility_layers/posix/px_sched_get_prio.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* sched_get_priority_max PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -63,7 +63,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ @@ -83,7 +83,7 @@ INT sched_get_priority_max(INT policy) /* FUNCTION RELEASE */ /* */ /* sched_get_priority_min PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -113,7 +113,7 @@ INT sched_get_priority_max(INT policy) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sched_get_priority_min(INT policy) diff --git a/utility/rtos_compatibility_layers/posix/px_sched_yield.c b/utility/rtos_compatibility_layers/posix/px_sched_yield.c index a058d26a..cab35117 100644 --- a/utility/rtos_compatibility_layers/posix/px_sched_yield.c +++ b/utility/rtos_compatibility_layers/posix/px_sched_yield.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* sched_yield PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sched_yield(VOID) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_close.c b/utility/rtos_compatibility_layers/posix/px_sem_close.c index 58c0bd4e..164d906b 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_close.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_close.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sem_close PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sem_close(sem_t * sem) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_destroy.c b/utility/rtos_compatibility_layers/posix/px_sem_destroy.c index d6f85a2f..f1da98fe 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_destroy.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_destroy.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sem_destroy PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sem_destroy(sem_t *sem) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_find_sem.c b/utility/rtos_compatibility_layers/posix/px_sem_find_sem.c index 64061575..4bbd45b7 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_find_sem.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_find_sem.c @@ -22,9 +22,9 @@ /* Include necessary system files. */ -#include "tx_api.h" /* Threadx API */ -#include "pthread.h" /* Posix API */ -#include "px_int.h" /* Posix helper functions */ +#include "tx_api.h" /* Threadx API */ +#include "pthread.h" /* Posix API */ +#include "px_int.h" /* Posix helper functions */ /**************************************************************************/ @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_find_sem PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -49,7 +49,7 @@ /* OUTPUT */ /* */ /* sem If successful */ -/* ERROR IF fails */ +/* ERROR If fails */ /* */ /* CALLS */ /* */ @@ -63,7 +63,9 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ +/* 08-02-2021 Scott Larson Removed unneeded semicolon, */ +/* resulting in version 6.1.8 */ /* */ /**************************************************************************/ sem_t* posix_find_sem(const CHAR * name) @@ -91,7 +93,7 @@ ULONG namelength; if(* dummy_name == * dummy_sem_name) { /* End of the string. */ - if(* dummy_name == '\0'); + if(* dummy_name == '\0') { match = TX_TRUE; break; diff --git a/utility/rtos_compatibility_layers/posix/px_sem_get_new_sem.c b/utility/rtos_compatibility_layers/posix/px_sem_get_new_sem.c index 8ee48ce4..274fedbe 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_get_new_sem.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_get_new_sem.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_get_new_sem PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -62,7 +62,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ TX_SEMAPHORE * posix_get_new_sem(VOID) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_getvalue.c b/utility/rtos_compatibility_layers/posix/px_sem_getvalue.c index 7e548c10..3f25b0a8 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_getvalue.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_getvalue.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sem_getvalue PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sem_getvalue(sem_t * sem,ULONG * sval) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_init.c b/utility/rtos_compatibility_layers/posix/px_sem_init.c index 6a090198..f073acd6 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_init.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_init.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* sem_init PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sem_init(sem_t *sem , INT pshared, UINT value) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_open.c b/utility/rtos_compatibility_layers/posix/px_sem_open.c index 4f0291f0..72b92027 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_open.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_open.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sem_open PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -69,7 +69,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ sem_t * sem_open(const CHAR * name, ULONG oflag, ...) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_post.c b/utility/rtos_compatibility_layers/posix/px_sem_post.c index a97ab945..2aac8888 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_post.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_post.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sem_post PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -63,7 +63,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sem_post(sem_t * sem) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_reset.c b/utility/rtos_compatibility_layers/posix/px_sem_reset.c index 12a897b4..58879bab 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_reset.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_reset.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_sem_reset PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -61,7 +61,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_sem_reset(sem_t *sem ) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_set_sem_name.c b/utility/rtos_compatibility_layers/posix/px_sem_set_sem_name.c index 4470d53c..6a60053a 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_set_sem_name.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_set_sem_name.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_set_sem_name PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -62,7 +62,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_set_sem_name(sem_t * sem, CHAR *name) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_trywait.c b/utility/rtos_compatibility_layers/posix/px_sem_trywait.c index d15a2082..43c71791 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_trywait.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_trywait.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sem_trywait PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sem_trywait(sem_t * sem) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_unlink.c b/utility/rtos_compatibility_layers/posix/px_sem_unlink.c index f331b997..2d7c1e69 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_unlink.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_unlink.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sem_unlink PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -65,7 +65,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sem_unlink(const CHAR * name) diff --git a/utility/rtos_compatibility_layers/posix/px_sem_wait.c b/utility/rtos_compatibility_layers/posix/px_sem_wait.c index b38e2298..01f0e860 100644 --- a/utility/rtos_compatibility_layers/posix/px_sem_wait.c +++ b/utility/rtos_compatibility_layers/posix/px_sem_wait.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sem_wait PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -64,7 +64,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ INT sem_wait( sem_t * sem ) diff --git a/utility/rtos_compatibility_layers/posix/px_sig_addset.c b/utility/rtos_compatibility_layers/posix/px_sig_addset.c index 86982e7d..c7c1a027 100644 --- a/utility/rtos_compatibility_layers/posix/px_sig_addset.c +++ b/utility/rtos_compatibility_layers/posix/px_sig_addset.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sigaddset PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -64,7 +64,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ int sigaddset(sigset_t *set, int signo) diff --git a/utility/rtos_compatibility_layers/posix/px_sig_delset.c b/utility/rtos_compatibility_layers/posix/px_sig_delset.c index de3b55bb..81b4dc6d 100644 --- a/utility/rtos_compatibility_layers/posix/px_sig_delset.c +++ b/utility/rtos_compatibility_layers/posix/px_sig_delset.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sigdelset PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -64,7 +64,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ int sigdelset(sigset_t *set, int signo) diff --git a/utility/rtos_compatibility_layers/posix/px_sig_emptyset.c b/utility/rtos_compatibility_layers/posix/px_sig_emptyset.c index 0184fd43..467178b1 100644 --- a/utility/rtos_compatibility_layers/posix/px_sig_emptyset.c +++ b/utility/rtos_compatibility_layers/posix/px_sig_emptyset.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sigemptyset PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -62,7 +62,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ int sigemptyset(sigset_t *set) diff --git a/utility/rtos_compatibility_layers/posix/px_sig_fillset.c b/utility/rtos_compatibility_layers/posix/px_sig_fillset.c index 6af4cd52..1b9b1207 100644 --- a/utility/rtos_compatibility_layers/posix/px_sig_fillset.c +++ b/utility/rtos_compatibility_layers/posix/px_sig_fillset.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sigfillset PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -63,7 +63,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ int sigfillset(sigset_t *set) diff --git a/utility/rtos_compatibility_layers/posix/px_sig_signal.c b/utility/rtos_compatibility_layers/posix/px_sig_signal.c index 7e550148..eb5ad003 100644 --- a/utility/rtos_compatibility_layers/posix/px_sig_signal.c +++ b/utility/rtos_compatibility_layers/posix/px_sig_signal.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* signal PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ int signal(int signo, void (*func)(int)) diff --git a/utility/rtos_compatibility_layers/posix/px_sig_wait.c b/utility/rtos_compatibility_layers/posix/px_sig_wait.c index 0857dab2..58310670 100644 --- a/utility/rtos_compatibility_layers/posix/px_sig_wait.c +++ b/utility/rtos_compatibility_layers/posix/px_sig_wait.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* sigwait PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -68,7 +68,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ int sigwait(const sigset_t *set, int *sig) diff --git a/utility/rtos_compatibility_layers/posix/px_sleep.c b/utility/rtos_compatibility_layers/posix/px_sleep.c index a307456c..99d248e4 100644 --- a/utility/rtos_compatibility_layers/posix/px_sleep.c +++ b/utility/rtos_compatibility_layers/posix/px_sleep.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* sleep PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -69,7 +69,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ UINT sleep(ULONG seconds) diff --git a/utility/rtos_compatibility_layers/posix/px_system_manager.c b/utility/rtos_compatibility_layers/posix/px_system_manager.c index e359709e..8204b4e3 100644 --- a/utility/rtos_compatibility_layers/posix/px_system_manager.c +++ b/utility/rtos_compatibility_layers/posix/px_system_manager.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* posix_system_manager_entry PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -63,7 +63,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ VOID posix_system_manager_entry(ULONG input) diff --git a/utility/rtos_compatibility_layers/posix/sched.h b/utility/rtos_compatibility_layers/posix/sched.h index 732e313b..3292b253 100644 --- a/utility/rtos_compatibility_layers/posix/sched.h +++ b/utility/rtos_compatibility_layers/posix/sched.h @@ -24,7 +24,7 @@ /* EKP DEFINITIONS RELEASE */ /* */ /* sched.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -39,7 +39,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/signal.h b/utility/rtos_compatibility_layers/posix/signal.h index 8d48ff9d..156c88d9 100644 --- a/utility/rtos_compatibility_layers/posix/signal.h +++ b/utility/rtos_compatibility_layers/posix/signal.h @@ -24,7 +24,7 @@ /* EKP DEFINITIONS RELEASE */ /* */ /* signal.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -39,7 +39,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/time.h b/utility/rtos_compatibility_layers/posix/time.h index e67e6a41..1dc110ad 100644 --- a/utility/rtos_compatibility_layers/posix/time.h +++ b/utility/rtos_compatibility_layers/posix/time.h @@ -24,7 +24,7 @@ /* EKP DEFINITIONS RELEASE */ /* */ /* tx_px_time.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -40,7 +40,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/tx_posix.h b/utility/rtos_compatibility_layers/posix/tx_posix.h index e0208807..e6f8406c 100644 --- a/utility/rtos_compatibility_layers/posix/tx_posix.h +++ b/utility/rtos_compatibility_layers/posix/tx_posix.h @@ -24,7 +24,7 @@ /* EKP DEFINITIONS RELEASE */ /* */ /* tx_posix.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -39,7 +39,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/posix/tx_px_time.h b/utility/rtos_compatibility_layers/posix/tx_px_time.h index f2a26c65..3380fcea 100644 --- a/utility/rtos_compatibility_layers/posix/tx_px_time.h +++ b/utility/rtos_compatibility_layers/posix/tx_px_time.h @@ -24,7 +24,7 @@ /* EKP DEFINITIONS RELEASE */ /* */ /* tx_px_time.h PORTABLE C */ -/* 6.x */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -40,7 +40,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* xx-xx-xxxx William E. Lamie Initial Version 6.x */ +/* 06-02-2021 William E. Lamie Initial Version 6.1.7 */ /* */ /**************************************************************************/ |
