Searched refs:ppNotifyList (Results 1 – 1 of 1) sorted by relevance
1249 sNotifyList ** ppNotifyList, * pDelNotifyListEntry; local1317 ppNotifyList = &(pClientMem->mpReadNotifyList);1321 while (*ppNotifyList != NULL)1323 if ((*ppNotifyList)->mpData == &readSem)1325 pDelNotifyListEntry = *ppNotifyList;1326 *ppNotifyList = (*ppNotifyList)->mpNext;1332 ppNotifyList = &(*ppNotifyList)->mpNext;2266 sNotifyList * pDelNotifyList, ** ppNotifyList; local2285 ppNotifyList = &(pClientMem->mpReadNotifyList);2289 while (*ppNotifyList != NULL)[all …]