Home
last modified time | relevance | path

Searched refs:tx_mutex_create (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_mutex_basic_test.c79 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 …]
Dthreadx_mutex_priority_inheritance_test.c184 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()
Dthreadx_mutex_information_test.c74 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()
Dthreadx_mutex_nested_priority_inheritance_test.c169 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()
Dthreadx_mutex_suspension_timeout_test.c129 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()
Dthreadx_mutex_no_preemption_test.c73 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
Dthreadx_mutex_preemption_test.c73 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
Dthreadx_mutex_thread_terminate_test.c90 status = tx_mutex_create(&mutex_0, "mutex 0", 0); in test_application_define()
Dthreadx_mutex_delete_test.c90 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_mutex_basic_test.c79 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 …]
Dthreadx_mutex_priority_inheritance_test.c184 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()
Dthreadx_mutex_information_test.c74 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()
Dthreadx_mutex_nested_priority_inheritance_test.c169 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()
Dthreadx_mutex_no_preemption_test.c73 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
Dthreadx_mutex_preemption_test.c73 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
Dthreadx_mutex_thread_terminate_test.c90 status = tx_mutex_create(&mutex_0, "mutex 0", 0); in test_application_define()
Dthreadx_mutex_delete_test.c90 status = tx_mutex_create(&mutex_0, "mutex 0", TX_NO_INHERIT); in test_application_define()
Dthreadx_mutex_suspension_timeout_test.c177 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.4.1/ports/xtensa/xcc/src/
Dtx_clib_lock.c171 tx_mutex_create (lock, "Clib lock", 0); in _Mtxinit()
173 tx_mutex_create (lock, "Clib lock", TX_INHERIT); in _Mtxinit()
276 tx_mutex_create (&clib_lock_mutex, "Clib lock", 0); in _tx_clib_init()
278 tx_mutex_create (&clib_lock_mutex, "Clib lock", TX_INHERIT); in _tx_clib_init()
Dxtensa_overlay_os_hook.c71 tx_mutex_create (&xt_overlay_mutex, "xt_overlay_lock", TX_INHERIT); in xt_overlay_init_os()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mx_init.c118 status = tx_mutex_create(mutex_ptr, "PMTX", TX_INHERIT); in pthread_mutex_init()
/ThreadX-v6.4.1/ports/cortex_m7/ghs/src/
Dtx_ghs.c229 tx_mutex_create(&__ghLockMutex, "__ghLockMutex", TX_NO_INHERIT); in __gh_lock_init()
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_ghs.c236 tx_mutex_create(&__ghLockMutex, "__ghLockMutex", TX_NO_INHERIT); in __gh_lock_init()
/ThreadX-v6.4.1/ports/cortex_a9/ghs/src/
Dtx_ghs.c229 tx_mutex_create(&__ghLockMutex, "__ghLockMutex", TX_NO_INHERIT); in __gh_lock_init()
/ThreadX-v6.4.1/ports/cortex_m3/ghs/src/
Dtx_ghs.c229 tx_mutex_create(&__ghLockMutex, "__ghLockMutex", TX_NO_INHERIT); in __gh_lock_init()

12345678910>>...14