Home
last modified time | relevance | path

Searched refs:tx_semaphore_suspended_count (Results 1 – 24 of 24) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_semaphore_prioritize.c92 …X_TRACE_SEMAPHORE_PRIORITIZE, semaphore_ptr, semaphore_ptr -> tx_semaphore_suspended_count, TX_POI… in _tx_semaphore_prioritize()
98 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
177 if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count) in _tx_semaphore_prioritize()
199 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
Dtx_semaphore_cleanup.c116 if (semaphore_ptr -> tx_semaphore_suspended_count != TX_NO_SUSPENSIONS) in _tx_semaphore_cleanup()
130 semaphore_ptr -> tx_semaphore_suspended_count--; in _tx_semaphore_cleanup()
133 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_cleanup()
Dtx_semaphore_put.c102 …re_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, TX_POI… in _tx_semaphore_put()
108 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_put()
173 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c108 …re_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, ceilin… in _tx_semaphore_ceiling_put()
114 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_ceiling_put()
194 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_ceiling_put()
Dtx_semaphore_delete.c140 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_delete()
141 semaphore_ptr -> tx_semaphore_suspended_count = TX_NO_SUSPENSIONS; in _tx_semaphore_delete()
Dtx_semaphore_get.c164 if (semaphore_ptr -> tx_semaphore_suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_get()
186 semaphore_ptr -> tx_semaphore_suspended_count++; in _tx_semaphore_get()
Dtx_semaphore_info_get.c124 *suspended_count = (ULONG) semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_info_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_prioritize.c92 …X_TRACE_SEMAPHORE_PRIORITIZE, semaphore_ptr, semaphore_ptr -> tx_semaphore_suspended_count, TX_POI… in _tx_semaphore_prioritize()
98 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
177 if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count) in _tx_semaphore_prioritize()
199 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
Dtx_semaphore_cleanup.c116 if (semaphore_ptr -> tx_semaphore_suspended_count != TX_NO_SUSPENSIONS) in _tx_semaphore_cleanup()
130 semaphore_ptr -> tx_semaphore_suspended_count--; in _tx_semaphore_cleanup()
133 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_cleanup()
Dtx_semaphore_put.c102 …re_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, TX_POI… in _tx_semaphore_put()
108 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_put()
173 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c108 …re_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, ceilin… in _tx_semaphore_ceiling_put()
114 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_ceiling_put()
194 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_ceiling_put()
Dtx_semaphore_delete.c140 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_delete()
141 semaphore_ptr -> tx_semaphore_suspended_count = TX_NO_SUSPENSIONS; in _tx_semaphore_delete()
Dtx_semaphore_get.c164 if (semaphore_ptr -> tx_semaphore_suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_get()
186 semaphore_ptr -> tx_semaphore_suspended_count++; in _tx_semaphore_get()
Dtx_semaphore_info_get.c124 *suspended_count = (ULONG) semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_info_get()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_destroy.c81 if(sem->sem.tx_semaphore_suspended_count > 0 ) result = EBUSY; in sem_destroy()
Dpx_cond_signal.c94 if ( semaphore_ptr->tx_semaphore_suspended_count) in pthread_cond_signal()
Dpx_cond_broadcast.c101 sem_count = semaphore_ptr->tx_semaphore_suspended_count; in pthread_cond_broadcast()
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c693 cleanup_semaphore.tx_semaphore_suspended_count = 0; in tx_application_define()
701 cleanup_semaphore.tx_semaphore_suspended_count = 0; in tx_application_define()
709 cleanup_semaphore.tx_semaphore_suspended_count = 0; in tx_application_define()
717 cleanup_semaphore.tx_semaphore_suspended_count = 0; in tx_application_define()
Dthreadx_semaphore_information_test.c204 ….tx_semaphore_suspension_list) || (suspended_count != semaphore_0.tx_semaphore_suspended_count) || in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_information_test.c204 ….tx_semaphore_suspension_list) || (suspended_count != semaphore_0.tx_semaphore_suspended_count) || in thread_0_entry()
Dtestcontrol.c813 cleanup_semaphore.tx_semaphore_suspended_count = 0; in tx_application_define()
821 cleanup_semaphore.tx_semaphore_suspended_count = 0; in tx_application_define()
829 cleanup_semaphore.tx_semaphore_suspended_count = 0; in tx_application_define()
837 cleanup_semaphore.tx_semaphore_suspended_count = 0; in tx_application_define()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c927 if(xTaskToNotify->notification_sem.tx_semaphore_suspended_count != 0u) { in xTaskNotifyAndQuery()
1028 if(p_task->notification_sem.tx_semaphore_suspended_count != 0u) { in xTaskNotifyStateClear()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1084 UINT tx_semaphore_suspended_count; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1063 UINT tx_semaphore_suspended_count; member