Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_semaphore_prioritize.c93 …X_TRACE_SEMAPHORE_PRIORITIZE, semaphore_ptr, semaphore_ptr -> tx_semaphore_suspended_count, TX_POI… in _tx_semaphore_prioritize()
99 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
178 if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count) in _tx_semaphore_prioritize()
200 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
Dtx_semaphore_cleanup.c117 if (semaphore_ptr -> tx_semaphore_suspended_count != TX_NO_SUSPENSIONS) in _tx_semaphore_cleanup()
131 semaphore_ptr -> tx_semaphore_suspended_count--; in _tx_semaphore_cleanup()
134 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_cleanup()
Dtx_semaphore_put.c103 …re_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, TX_POI… in _tx_semaphore_put()
109 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_put()
174 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c109 …re_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, ceilin… in _tx_semaphore_ceiling_put()
115 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_ceiling_put()
195 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_ceiling_put()
Dtx_semaphore_delete.c141 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_delete()
142 semaphore_ptr -> tx_semaphore_suspended_count = TX_NO_SUSPENSIONS; in _tx_semaphore_delete()
Dtx_semaphore_get.c165 if (semaphore_ptr -> tx_semaphore_suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_get()
187 semaphore_ptr -> tx_semaphore_suspended_count++; in _tx_semaphore_get()
Dtx_semaphore_info_get.c125 *suspended_count = (ULONG) semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_info_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_semaphore_prioritize.c93 …X_TRACE_SEMAPHORE_PRIORITIZE, semaphore_ptr, semaphore_ptr -> tx_semaphore_suspended_count, TX_POI… in _tx_semaphore_prioritize()
99 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
178 if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count) in _tx_semaphore_prioritize()
200 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
Dtx_semaphore_cleanup.c117 if (semaphore_ptr -> tx_semaphore_suspended_count != TX_NO_SUSPENSIONS) in _tx_semaphore_cleanup()
131 semaphore_ptr -> tx_semaphore_suspended_count--; in _tx_semaphore_cleanup()
134 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_cleanup()
Dtx_semaphore_put.c103 …re_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, TX_POI… in _tx_semaphore_put()
109 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_put()
174 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c109 …re_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, ceilin… in _tx_semaphore_ceiling_put()
115 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_ceiling_put()
195 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_ceiling_put()
Dtx_semaphore_delete.c141 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_delete()
142 semaphore_ptr -> tx_semaphore_suspended_count = TX_NO_SUSPENSIONS; in _tx_semaphore_delete()
Dtx_semaphore_get.c165 if (semaphore_ptr -> tx_semaphore_suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_get()
187 semaphore_ptr -> tx_semaphore_suspended_count++; in _tx_semaphore_get()
Dtx_semaphore_info_get.c125 *suspended_count = (ULONG) semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_info_get()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_sem_destroy.c82 if(sem->sem.tx_semaphore_suspended_count > 0 ) result = EBUSY; in sem_destroy()
Dpx_cond_signal.c95 if ( semaphore_ptr->tx_semaphore_suspended_count) in pthread_cond_signal()
Dpx_cond_broadcast.c102 sem_count = semaphore_ptr->tx_semaphore_suspended_count; in pthread_cond_broadcast()
/ThreadX-v6.3.0/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.3.0/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.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c924 if(xTaskToNotify->notification_sem.tx_semaphore_suspended_count != 0u) { in xTaskNotifyAndQuery()
1025 if(p_task->notification_sem.tx_semaphore_suspended_count != 0u) { in xTaskNotifyStateClear()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1079 UINT tx_semaphore_suspended_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1058 UINT tx_semaphore_suspended_count; member