Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dlist.h119 #define listTEST_LIST_INTEGRITY( pxList ) macro
136 …#define listTEST_LIST_INTEGRITY( pxList ) configASSERT( ( ( pxList )->xL…
361 listTEST_LIST_INTEGRITY( ( pxList ) ); \
/Kernel-v10.6.2/
Dlist.c106 listTEST_LIST_INTEGRITY( pxList ); in vListInsertEnd()
137 listTEST_LIST_INTEGRITY( pxList ); in vListInsert()