threadx + 0/1 examples
CodeScope will show references to TX_SEMAPHORE_STRUCT::tx_semaphore_suspended_count from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_SEMAPHORE_STRUCT::tx_semaphore_suspended_count

TX_SEMAPHORE_STRUCT::tx_semaphore_suspended_count field

Syntax

UINT tx_semaphore_suspended_count;

Examples

TX_SEMAPHORE_STRUCT::tx_semaphore_suspended_count is referenced by 1 libraries and example projects.

References

LocationReferrerText
tx_api.h:956
UINT tx_semaphore_suspended_count;
tx_freertos.c:897xTaskNotifyAndQuery()
if(xTaskToNotify->notification_sem.tx_semaphore_suspended_count != 0u) {
tx_freertos.c:998xTaskNotifyStateClear()
if(p_task->notification_sem.tx_semaphore_suspended_count != 0u) {
tx_semaphore_ceiling_put.c:115_tx_semaphore_ceiling_put()
suspended_count = semaphore_ptr -> tx_semaphore_suspended_count;
tx_semaphore_ceiling_put.c:195_tx_semaphore_ceiling_put()
semaphore_ptr -> tx_semaphore_suspended_count = suspended_count;
tx_semaphore_cleanup.c:117_tx_semaphore_cleanup()
if (semaphore_ptr -> tx_semaphore_suspended_count != TX_NO_SUSPENSIONS)
tx_semaphore_cleanup.c:131_tx_semaphore_cleanup()
semaphore_ptr -> tx_semaphore_suspended_count--;
tx_semaphore_cleanup.c:134_tx_semaphore_cleanup()
suspended_count = semaphore_ptr -> tx_semaphore_suspended_count;
tx_semaphore_delete.c:141_tx_semaphore_delete()
suspended_count = semaphore_ptr -> tx_semaphore_suspended_count;
tx_semaphore_delete.c:142_tx_semaphore_delete()
semaphore_ptr -> tx_semaphore_suspended_count = TX_NO_SUSPENSIONS;
tx_semaphore_get.c:165_tx_semaphore_get()
if (semaphore_ptr -> tx_semaphore_suspended_count == TX_NO_SUSPENSIONS)
tx_semaphore_get.c:187_tx_semaphore_get()
semaphore_ptr -> tx_semaphore_suspended_count++;
tx_semaphore_info_get.c:125_tx_semaphore_info_get()
*suspended_count = (ULONG) semaphore_ptr -> tx_semaphore_suspended_count;
tx_semaphore_prioritize.c:99_tx_semaphore_prioritize()
suspended_count = semaphore_ptr -> tx_semaphore_suspended_count;
tx_semaphore_prioritize.c:178_tx_semaphore_prioritize()
if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count)
tx_semaphore_prioritize.c:200_tx_semaphore_prioritize()
suspended_count = semaphore_ptr -> tx_semaphore_suspended_count;
tx_semaphore_put.c:109_tx_semaphore_put()
suspended_count = semaphore_ptr -> tx_semaphore_suspended_count;
tx_semaphore_put.c:174_tx_semaphore_put()
semaphore_ptr -> tx_semaphore_suspended_count = suspended_count;

Data Use

Functions writing TX_SEMAPHORE_STRUCT::tx_semaphore_suspended_count
Functions reading TX_SEMAPHORE_STRUCT::tx_semaphore_suspended_count
TX_SEMAPHORE_STRUCT::tx_semaphore_suspended_count
Type of TX_SEMAPHORE_STRUCT::tx_semaphore_suspended_count
TX_SEMAPHORE_STRUCT::tx_semaphore_suspended_count
all items filtered out