Lines Matching refs:xWillSleep
2255 BaseType_t xWillSleep = pdFALSE; in test_xTCPTimerCheck_EmptyList() local
2261 xReturn = xTCPTimerCheck( xWillSleep ); in test_xTCPTimerCheck_EmptyList()
2272 BaseType_t xWillSleep = pdFALSE; in test_xTCPTimerCheck_NonEmptyList_SocketCheckError() local
2289 xReturn = xTCPTimerCheck( xWillSleep ); in test_xTCPTimerCheck_NonEmptyList_SocketCheckError()
2300 BaseType_t xWillSleep = pdFALSE; in test_xTCPTimerCheck_NonEmptyList_NoError() local
2318 xReturn = xTCPTimerCheck( xWillSleep ); in test_xTCPTimerCheck_NonEmptyList_NoError()
2329 BaseType_t xWillSleep; in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout() local
2350 xReturn = xTCPTimerCheck( xWillSleep ); in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout()
2362 BaseType_t xWillSleep; in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout1() local
2383 xReturn = xTCPTimerCheck( xWillSleep ); in test_xTCPTimerCheck_NonEmptyList_DeltaLessThanTimeout1()
2395 BaseType_t xWillSleep = 0; in test_xTCPTimerCheck_EventBitsNonZeroWontSleep() local
2417 xReturn = xTCPTimerCheck( xWillSleep ); in test_xTCPTimerCheck_EventBitsNonZeroWontSleep()
2429 BaseType_t xWillSleep = pdTRUE; in test_xTCPTimerCheck_EventBitsNonZeroWillSleep() local
2451 xReturn = xTCPTimerCheck( xWillSleep ); in test_xTCPTimerCheck_EventBitsNonZeroWillSleep()