Home
last modified time | relevance | path

Searched refs:listTEST_LIST_INTEGRITY (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/include/
Dlist.h119 #define listTEST_LIST_INTEGRITY( pxList ) macro
136 …#define listTEST_LIST_INTEGRITY( pxList ) configASSERT( ( ( pxList )->xL…
369 listTEST_LIST_INTEGRITY( ( pxList ) ); \
/Kernel-v11.1.0/
Dlist.c115 listTEST_LIST_INTEGRITY( pxList ); in vListInsertEnd()
150 listTEST_LIST_INTEGRITY( pxList ); in vListInsert()