Searched refs:tx_semaphore_suspended_count (Results 1 – 20 of 20) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_semaphore_prioritize.c | 93 …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()
|
| D | tx_semaphore_cleanup.c | 117 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()
|
| D | tx_semaphore_put.c | 103 …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()
|
| D | tx_semaphore_ceiling_put.c | 109 …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()
|
| D | tx_semaphore_delete.c | 141 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()
|
| D | tx_semaphore_get.c | 165 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()
|
| D | tx_semaphore_info_get.c | 125 *suspended_count = (ULONG) semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_semaphore_prioritize.c | 93 …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()
|
| D | tx_semaphore_cleanup.c | 117 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()
|
| D | tx_semaphore_put.c | 103 …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()
|
| D | tx_semaphore_ceiling_put.c | 109 …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()
|
| D | tx_semaphore_delete.c | 141 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()
|
| D | tx_semaphore_get.c | 165 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()
|
| D | tx_semaphore_info_get.c | 125 *suspended_count = (ULONG) semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_info_get()
|
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/ |
| D | px_sem_destroy.c | 82 if(sem->sem.tx_semaphore_suspended_count > 0 ) result = EBUSY; in sem_destroy()
|
| D | px_cond_signal.c | 95 if ( semaphore_ptr->tx_semaphore_suspended_count) in pthread_cond_signal()
|
| D | px_cond_broadcast.c | 102 sem_count = semaphore_ptr->tx_semaphore_suspended_count; in pthread_cond_broadcast()
|
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | tx_freertos.c | 924 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.2.1/common_smp/inc/ |
| D | tx_api.h | 1065 UINT tx_semaphore_suspended_count; member
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1044 UINT tx_semaphore_suspended_count; member
|