Home
last modified time | relevance | path

Searched refs:TX_SEMAPHORE (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_get_new_sem.c68 TX_SEMAPHORE * posix_get_new_sem(VOID) in posix_get_new_sem()
72 TX_SEMAPHORE *tx_sem; in posix_get_new_sem()
78 tx_sem = (TX_SEMAPHORE *)0; in posix_get_new_sem()
Dpx_sem_wait.c73 TX_SEMAPHORE * TheSem; in sem_wait()
87 TheSem = (TX_SEMAPHORE *)sem; in sem_wait()
Dpx_sem_getvalue.c76 TX_SEMAPHORE *TheSem; in sem_getvalue()
79 TheSem = (TX_SEMAPHORE *)sem; in sem_getvalue()
Dpx_sem_post.c72 TX_SEMAPHORE *TheSem; in sem_post()
76 TheSem = (TX_SEMAPHORE *)sem; in sem_post()
Dpx_sem_close.c74 TX_SEMAPHORE * TheSem; in sem_close()
90 TheSem = (TX_SEMAPHORE * )sem; in sem_close()
Dpx_sem_trywait.c74 TX_SEMAPHORE * TheSem; in sem_trywait()
89 TheSem = (TX_SEMAPHORE *)sem; in sem_trywait()
/ThreadX-v6.2.1/common_smp/src/
Dtx_semaphore_create.c75 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create()
80 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_create()
81 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_create()
85 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
Dtxe_semaphore_create.c81 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create()
88 TX_SEMAPHORE *next_semaphore; in _txe_semaphore_create()
106 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
Dtxe_semaphore_put_notify.c75 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify()
Dtx_semaphore_put_notify.c75 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _tx_semaphore_put_notify()
Dtxe_semaphore_info_get.c81 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _txe_semaphore_info_get()
83 TX_SEMAPHORE **next_semaphore) in _txe_semaphore_info_get()
Dtx_semaphore_delete.c77 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr) in _tx_semaphore_delete()
85 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete()
86 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_delete()
Dtx_semaphore_info_get.c80 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _tx_semaphore_info_get()
82 TX_SEMAPHORE **next_semaphore) in _tx_semaphore_info_get()
/ThreadX-v6.2.1/common/src/
Dtx_semaphore_create.c75 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create()
80 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_create()
81 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_create()
85 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
Dtxe_semaphore_create.c81 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create()
88 TX_SEMAPHORE *next_semaphore; in _txe_semaphore_create()
106 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
Dtxe_semaphore_put_notify.c75 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify()
Dtx_semaphore_put_notify.c75 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _tx_semaphore_put_notify()
Dtxe_semaphore_info_get.c81 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _txe_semaphore_info_get()
83 TX_SEMAPHORE **next_semaphore) in _txe_semaphore_info_get()
Dtx_semaphore_delete.c77 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr) in _tx_semaphore_delete()
85 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete()
86 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_delete()
Dtx_semaphore_info_get.c80 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _tx_semaphore_info_get()
82 TX_SEMAPHORE **next_semaphore) in _tx_semaphore_info_get()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_semaphore_put_notify.c69 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _txe_semaphore_put_notify()
Dtxm_semaphore_info_get.c76 …re_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, TX_THREAD **first_susp… in _txe_semaphore_info_get()
Dtxm_module_callback_request_thread_entry.c95 VOID (*semaphore_put_notify)(TX_SEMAPHORE *); in _txm_module_callback_request_thread_entry()
168 …semaphore_put_notify = (void (*)(TX_SEMAPHORE *)) callback_message.txm_module_callback_message_ap… in _txm_module_callback_request_thread_entry()
171 … (semaphore_put_notify)((TX_SEMAPHORE *) callback_message.txm_module_callback_message_param_1); in _txm_module_callback_request_thread_entry()
Dtxm_semaphore_put.c67 UINT _txe_semaphore_put(TX_SEMAPHORE *semaphore_ptr) in _txe_semaphore_put()
Dtxm_semaphore_delete.c69 UINT _txe_semaphore_delete(TX_SEMAPHORE *semaphore_ptr) in _txe_semaphore_delete()

12345678910>>...12