Home
last modified time | relevance | path

Searched refs:tx_semaphore_create (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_trace_basic_test.c221 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in test_application_define()
334 tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in thread_0_entry()
335 tx_semaphore_create(&semaphore_2, "semaphore 2", 1); in thread_0_entry()
336 tx_semaphore_create(&semaphore_3, "semaphore 3", 1); in thread_0_entry()
337 tx_semaphore_create(&semaphore_4, "semaphore 4", 1); in thread_0_entry()
338 tx_semaphore_create(&semaphore_5, "semaphore 5", 1); in thread_0_entry()
339 tx_semaphore_create(&semaphore_6, "semaphore 6", 1); in thread_0_entry()
340 tx_semaphore_create(&semaphore_7, "semaphore 7", 1); in thread_0_entry()
341 tx_semaphore_create(&semaphore_8, "semaphore 8", 1); in thread_0_entry()
342 tx_semaphore_create(&semaphore_9, "semaphore 9", 1); in thread_0_entry()
[all …]
Dthreadx_semaphore_basic_test.c81 status = tx_semaphore_create(&semaphore_2, "semaphore 2", 1); in timer_entry()
129 status = tx_semaphore_create(&semaphore_2, "semaphore 2", 1); in test_isr()
204 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in test_application_define()
215 status = tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in test_application_define()
245 status = tx_semaphore_create(&semaphore_memory.semaphore, "semaphore memory", 0); in thread_0_entry()
267 status = tx_semaphore_create(TX_NULL, "semaphore 0", 1); in thread_0_entry()
291 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in thread_0_entry()
Dthreadx_semaphore_ceiling_put_test.c98 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
99 status += tx_semaphore_create(&semaphore_1, "semaphore 1", 0); in test_application_define()
Dthreadx_semaphore_timeout_test.c62 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_thread_delayed_suspension_test.c196 tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
205 tx_semaphore_create(&semaphore_1, "semaphore 1", 0); in test_application_define()
Dthreadx_semaphore_preemption_test.c81 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_semaphore_delete_test.c97 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_semaphore_thread_terminate_test.c98 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_semaphore_information_test.c62 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in test_application_define()
73 status = tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in test_application_define()
Dthreadx_thread_wait_abort_and_isr_test.c136 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_semaphore_non_preemption_test.c98 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_trace_basic_test.c196 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in test_application_define()
306 tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in thread_0_entry()
307 tx_semaphore_create(&semaphore_2, "semaphore 2", 1); in thread_0_entry()
308 tx_semaphore_create(&semaphore_3, "semaphore 3", 1); in thread_0_entry()
309 tx_semaphore_create(&semaphore_4, "semaphore 4", 1); in thread_0_entry()
310 tx_semaphore_create(&semaphore_5, "semaphore 5", 1); in thread_0_entry()
311 tx_semaphore_create(&semaphore_6, "semaphore 6", 1); in thread_0_entry()
312 tx_semaphore_create(&semaphore_7, "semaphore 7", 1); in thread_0_entry()
313 tx_semaphore_create(&semaphore_8, "semaphore 8", 1); in thread_0_entry()
314 tx_semaphore_create(&semaphore_9, "semaphore 9", 1); in thread_0_entry()
[all …]
Dthreadx_semaphore_basic_test.c81 status = tx_semaphore_create(&semaphore_2, "semaphore 2", 1); in timer_entry()
129 status = tx_semaphore_create(&semaphore_2, "semaphore 2", 1); in test_isr()
204 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in test_application_define()
215 status = tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in test_application_define()
245 status = tx_semaphore_create(&semaphore_memory.semaphore, "semaphore memory", 0); in thread_0_entry()
267 status = tx_semaphore_create(TX_NULL, "semaphore 0", 1); in thread_0_entry()
291 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in thread_0_entry()
Dthreadx_semaphore_ceiling_put_test.c98 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
99 status += tx_semaphore_create(&semaphore_1, "semaphore 1", 0); in test_application_define()
Dthreadx_semaphore_timeout_test.c62 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_thread_delayed_suspension_test.c196 tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
205 tx_semaphore_create(&semaphore_1, "semaphore 1", 0); in test_application_define()
Dthreadx_semaphore_preemption_test.c81 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_semaphore_delete_test.c97 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_semaphore_thread_terminate_test.c98 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_semaphore_information_test.c62 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in test_application_define()
73 status = tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in test_application_define()
Dthreadx_thread_wait_abort_and_isr_test.c135 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
Dthreadx_semaphore_non_preemption_test.c98 status = tx_semaphore_create(&semaphore_0, "semaphore 0", 0); in test_application_define()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_cond_init.c83 status = tx_semaphore_create(semaphore_ptr,"csem",0); in pthread_cond_init()
Dpx_sem_init.c81 if(tx_semaphore_create(&(sem->sem),"",value)) result = EINVAL; in sem_init()
Dpx_sem_open.c187 retval = tx_semaphore_create(TheSem, ( CHAR * ) posix_sem->sem_name , value); in sem_open()

12345678910>>...13