Searched refs:xShouldBlock (Results 1 – 1 of 1) sorted by relevance
7619 BaseType_t xAlreadyYielded, xShouldBlock = pdFALSE; in ulTaskGenericNotifyTake() local7643 xShouldBlock = pdTRUE; in ulTaskGenericNotifyTake()7660 if( xShouldBlock == pdTRUE ) in ulTaskGenericNotifyTake()7673 if( ( xShouldBlock == pdTRUE ) && ( xAlreadyYielded == pdFALSE ) ) in ulTaskGenericNotifyTake()7723 BaseType_t xReturn, xAlreadyYielded, xShouldBlock = pdFALSE; in xTaskGenericNotifyWait() local7751 xShouldBlock = pdTRUE; in xTaskGenericNotifyWait()7768 if( xShouldBlock == pdTRUE ) in xTaskGenericNotifyWait()7781 if( ( xShouldBlock == pdTRUE ) && ( xAlreadyYielded == pdFALSE ) ) in xTaskGenericNotifyWait()