Home
last modified time | relevance | path

Searched refs:__tx_iar_system_lock_next_free_mutex (Results 1 – 25 of 26) sorted by relevance

12

/ThreadX-v6.4.1/ports_module/cortex_m7/iar/module_manager/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports_module/cortex_m4/iar/module_manager/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports_module/cortex_m0+/iar/module_manager/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports_module/cortex_a7/iar/module_manager/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports_module/cortex_m3/iar/module_manager/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports_arch/ARMv8-M/threadx/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_m23/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_m0/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_m33/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/arm9/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_m3/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_a9/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/arm11/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_a7/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_m7/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_m85/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_r4/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_r5/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_a8/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_a15/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx_modules/iar/module_manager/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_a5/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
/ThreadX-v6.4.1/ports/cortex_m4/iar/src/
Dtx_iar.c77 UINT __tx_iar_system_lock_next_free_mutex = 0; variable
119 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
122 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
126 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()
494 static UINT __tx_iar_system_lock_next_free_mutex = 0; variable
519 mutex_ptr = &__tx_iar_system_lock_mutexes[__tx_iar_system_lock_next_free_mutex++]; in __iar_system_Mtxinit()
522 if (__tx_iar_system_lock_next_free_mutex >= _MAX_LOCK) in __iar_system_Mtxinit()
526 __tx_iar_system_lock_next_free_mutex = 0; in __iar_system_Mtxinit()

12