Searched refs:UTILS_DL_LIST_IS_ON_QUEUE (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/utils_lite/include/ | ||
H A D | utils_list.h | 129 #define UTILS_DL_LIST_IS_ON_QUEUE(node) ((node)->pstPrev != NULL && (node)->pstNext != NULL)
macro |
Completed in 1 milliseconds