Home
last modified time | relevance | path

Searched refs:tx_semaphore_put_notify (Results 1 – 25 of 126) sorted by relevance

123456

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_semaphore_timeout_test.c73 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
115 status = tx_semaphore_put_notify(TX_NULL, put_notify); in thread_0_entry()
128 status = tx_semaphore_put_notify(&semaphore_1, put_notify); in thread_0_entry()
Dthreadx_semaphore_ceiling_put_test.c110 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
227 status = tx_semaphore_put_notify(&semaphore_0, TX_NULL); in thread_0_entry()
Dthreadx_semaphore_preemption_test.c92 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
Dthreadx_semaphore_delete_test.c108 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
Dthreadx_semaphore_thread_terminate_test.c109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
Dthreadx_semaphore_non_preemption_test.c109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
Dthreadx_semaphore_prioritize.c219 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_semaphore_timeout_test.c73 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
114 status = tx_semaphore_put_notify(TX_NULL, put_notify); in thread_0_entry()
127 status = tx_semaphore_put_notify(&semaphore_1, put_notify); in thread_0_entry()
Dthreadx_semaphore_ceiling_put_test.c110 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
227 status = tx_semaphore_put_notify(&semaphore_0, TX_NULL); in thread_0_entry()
Dthreadx_semaphore_preemption_test.c92 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
Dthreadx_semaphore_delete_test.c108 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
Dthreadx_semaphore_thread_terminate_test.c109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
Dthreadx_semaphore_non_preemption_test.c109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
Dthreadx_semaphore_prioritize.c219 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
/ThreadX-v6.3.0/common/src/
Dtx_semaphore_put.c121 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
184 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c140 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
208 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
Dtx_semaphore_put_notify.c100 semaphore_ptr -> tx_semaphore_put_notify = semaphore_put_notify; in _tx_semaphore_put_notify()
/ThreadX-v6.3.0/common_smp/src/
Dtx_semaphore_put.c121 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
184 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c140 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
208 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
Dtx_semaphore_put_notify.c100 semaphore_ptr -> tx_semaphore_put_notify = semaphore_put_notify; in _tx_semaphore_put_notify()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_stop.c441 … (semaphore_ptr -> tx_semaphore_put_notify == _txm_module_manager_semaphore_notify_trampoline)) in _txm_module_manager_stop()
445 semaphore_ptr -> tx_semaphore_put_notify = TX_NULL; in _txm_module_manager_stop()
/ThreadX-v6.3.0/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk87 ../tx_semaphore_put_notify.c \
273 ./tx_semaphore_put_notify.d \
459 ./tx_semaphore_put_notify.obj \
DccsObjs.opt1 …obj" "./tx_semaphore_prioritize.obj" "./tx_semaphore_put.obj" "./tx_semaphore_put_notify.obj" "./t…
/ThreadX-v6.3.0/ports/linux/gnu/example_build/
Dfile_list.mk145 tx_semaphore_put_notify.c \
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()

123456