| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_mutex_basic_test.c | 79 status = tx_mutex_create(&mutex_4, "mutex 4", TX_NO_INHERIT); in timer_entry() 126 status = tx_mutex_create(&mutex_4, "mutex 4", TX_NO_INHERIT); in test_isr() 239 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define() 250 status = tx_mutex_create(&mutex_1, "mutex 1", TX_NO_INHERIT); in test_application_define() 261 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in test_application_define() 272 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 283 status = tx_mutex_create(&mutex_8, "mutex 8", TX_NO_INHERIT); in test_application_define() 314 status = tx_mutex_create(&mutex_memory.mutex, "mutex memory", TX_INHERIT); in thread_0_entry() 336 status = tx_mutex_create(TX_NULL, "mutex 2", TX_INHERIT); in thread_0_entry() 360 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in thread_0_entry() [all …]
|
| D | threadx_mutex_priority_inheritance_test.c | 184 status = tx_mutex_create(&mutex_0, "mutex 0", TX_INHERIT); in test_application_define() 195 status = tx_mutex_create(&mutex_1, "mutex 1", TX_INHERIT); in test_application_define() 206 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in test_application_define() 217 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define()
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 169 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define() 170 status += tx_mutex_create(&mutex_1, "mutex 1", TX_INHERIT); in test_application_define() 171 status += tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in test_application_define() 172 status += tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define()
|
| D | threadx_mutex_information_test.c | 74 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define() 85 status = tx_mutex_create(&mutex_1, "mutex 1", TX_NO_INHERIT); in test_application_define() 96 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in test_application_define() 107 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define()
|
| D | threadx_mutex_suspension_timeout_test.c | 129 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define() 130 status += tx_mutex_create(&mutex_1, "mutex 1", TX_INHERIT); in test_application_define()
|
| D | threadx_mutex_no_preemption_test.c | 73 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
|
| D | threadx_mutex_preemption_test.c | 73 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
|
| D | threadx_mutex_thread_terminate_test.c | 90 status = tx_mutex_create(&mutex_0, "mutex 0", 0); in test_application_define()
|
| D | threadx_mutex_delete_test.c | 90 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_mutex_basic_test.c | 79 status = tx_mutex_create(&mutex_4, "mutex 4", TX_NO_INHERIT); in timer_entry() 126 status = tx_mutex_create(&mutex_4, "mutex 4", TX_NO_INHERIT); in test_isr() 239 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define() 250 status = tx_mutex_create(&mutex_1, "mutex 1", TX_NO_INHERIT); in test_application_define() 261 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in test_application_define() 272 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define() 283 status = tx_mutex_create(&mutex_8, "mutex 8", TX_NO_INHERIT); in test_application_define() 314 status = tx_mutex_create(&mutex_memory.mutex, "mutex memory", TX_INHERIT); in thread_0_entry() 336 status = tx_mutex_create(TX_NULL, "mutex 2", TX_INHERIT); in thread_0_entry() 360 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in thread_0_entry() [all …]
|
| D | threadx_mutex_priority_inheritance_test.c | 184 status = tx_mutex_create(&mutex_0, "mutex 0", TX_INHERIT); in test_application_define() 195 status = tx_mutex_create(&mutex_1, "mutex 1", TX_INHERIT); in test_application_define() 206 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in test_application_define() 217 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define()
|
| D | threadx_mutex_information_test.c | 74 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define() 85 status = tx_mutex_create(&mutex_1, "mutex 1", TX_NO_INHERIT); in test_application_define() 96 status = tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in test_application_define() 107 status = tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define()
|
| D | threadx_mutex_nested_priority_inheritance_test.c | 169 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define() 170 status += tx_mutex_create(&mutex_1, "mutex 1", TX_INHERIT); in test_application_define() 171 status += tx_mutex_create(&mutex_2, "mutex 2", TX_INHERIT); in test_application_define() 172 status += tx_mutex_create(&mutex_3, "mutex 3", TX_INHERIT); in test_application_define()
|
| D | threadx_mutex_no_preemption_test.c | 73 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
|
| D | threadx_mutex_preemption_test.c | 73 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
|
| D | threadx_mutex_thread_terminate_test.c | 90 status = tx_mutex_create(&mutex_0, "mutex 0", 0); in test_application_define()
|
| D | threadx_mutex_delete_test.c | 90 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
|
| D | threadx_mutex_suspension_timeout_test.c | 177 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define() 178 status += tx_mutex_create(&mutex_1, "mutex 1", TX_INHERIT); in test_application_define()
|
| /ThreadX-v6.3.0/ports/xtensa/xcc/src/ |
| D | tx_clib_lock.c | 165 tx_mutex_create (lock, "Clib lock", 0); in _Mtxinit() 167 tx_mutex_create (lock, "Clib lock", TX_INHERIT); in _Mtxinit() 270 tx_mutex_create (&clib_lock_mutex, "Clib lock", 0); in _tx_clib_init() 272 tx_mutex_create (&clib_lock_mutex, "Clib lock", TX_INHERIT); in _tx_clib_init()
|
| D | xtensa_overlay_os_hook.c | 71 tx_mutex_create (&xt_overlay_mutex, "xt_overlay_lock", TX_INHERIT); in xt_overlay_init_os()
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_mx_init.c | 119 status = tx_mutex_create(mutex_ptr, "PMTX", TX_INHERIT); in pthread_mutex_init()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/src/ |
| D | tx_ghs.c | 229 tx_mutex_create(&__ghLockMutex, "__ghLockMutex", TX_NO_INHERIT); in __gh_lock_init()
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/src/ |
| D | tx_ghs.c | 229 tx_mutex_create(&__ghLockMutex, "__ghLockMutex", TX_NO_INHERIT); in __gh_lock_init()
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/src/ |
| D | tx_ghs.c | 229 tx_mutex_create(&__ghLockMutex, "__ghLockMutex", TX_NO_INHERIT); in __gh_lock_init()
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/src/ |
| D | tx_ghs.c | 229 tx_mutex_create(&__ghLockMutex, "__ghLockMutex", TX_NO_INHERIT); in __gh_lock_init()
|