Home
last modified time | relevance | path

Searched refs:curTskCb (Results 1 - 1 of 1) sorted by relevance

/kernel/uniproton/src/core/ipc/sem/
H A Dprt_sem.c26 struct TagTskCb *curTskCb = NULL; in OsSemPendListPut() local
37 LIST_FOR_EACH(curTskCb, &semPended->semList, struct TagTskCb, pendList) { in OsSemPendListPut()
38 if (curTskCb->priority > runTsk->priority) { in OsSemPendListPut()
39 ListTailAdd(pendObj, &curTskCb->pendList); in OsSemPendListPut()

Completed in 1 milliseconds