Searched refs:xIsCallingFromIPTask (Results 1 – 13 of 13) sorted by relevance
78 BaseType_t xIsCallingFromIPTask( void );
79 if( xIsCallingFromIPTask() == pdFALSE ) in harness()
78 if( xIsCallingFromIPTask() == pdFALSE ) in pxTCPSocketLookup()
958 if( xIsCallingFromIPTask() != pdFALSE ) in FreeRTOS_OutputARPRequest()1003 configASSERT( xIsCallingFromIPTask() == pdFALSE ); in xARPWaitResolution()
460 configASSERT( xIsCallingFromIPTask() != pdFALSE ); in vTCPStateChange()
303 BaseType_t xIsCallingFromIPTask( void ) in xIsCallingFromIPTask() function
1102 if( xIsCallingFromIPTask() != pdFALSE ) in FreeRTOS_sendto()1240 configASSERT( xIsCallingFromIPTask() == pdFALSE ); in FreeRTOS_bind()3745 if( xIsCallingFromIPTask() == pdFALSE ) in FreeRTOS_send()3774 if( xIsCallingFromIPTask() != pdFALSE ) in FreeRTOS_send()
1140 if( ( xIsCallingFromIPTask() == pdTRUE ) && ( uxUseTimeout > ( TickType_t ) 0U ) ) in xSendEventStructToIPTask()
200 configASSERT( xIsCallingFromIPTask() == pdTRUE ); in xNetworkInterfaceOutput()
825 BaseType_t xIsCallingFromIPTask( void );
150 configASSERT( xIsCallingFromIPTask() == pdTRUE ); in xNetworkInterfaceOutput()
258 xReturn = xIsCallingFromIPTask(); in test_xIsCallingFromIPTask_NotCallingFromIPTask()271 xReturn = xIsCallingFromIPTask(); in test_xIsCallingFromIPTask_IsCallingFromIPTask()