Searched refs:checkFunc (Results 1 – 2 of 2) sorted by relevance
564 STATIC INLINE BOOL SwtmrRunqueueFind(SortLinkAttribute *swtmrSortLink, SCHED_TL_FIND_FUNC checkFunc… in SwtmrRunqueueFind() argument572 if (checkFunc((UINTPTR)listSorted, arg)) { in SwtmrRunqueueFind()583 STATIC BOOL SwtmrTimeListFind(SCHED_TL_FIND_FUNC checkFunc, UINTPTR arg) in SwtmrTimeListFind() argument587 if (SwtmrRunqueueFind(swtmrSortLink, checkFunc, arg)) { in SwtmrTimeListFind()594 BOOL OsSwtmrWorkQueueFind(SCHED_TL_FIND_FUNC checkFunc, UINTPTR arg) in OsSwtmrWorkQueueFind() argument599 BOOL find = SwtmrTimeListFind(checkFunc, arg); in OsSwtmrWorkQueueFind()
112 extern BOOL OsSwtmrWorkQueueFind(SCHED_TL_FIND_FUNC checkFunc, UINTPTR arg);