Lines Matching refs:processCB
487 if (OsCurrTaskGet()->processCB != task->processCB) {
760 ret = OsUserProcessOperatePermissionsCheck(stcb, stcb->processCB);
1099 LosProcessCB *processCB = OsCurrProcessGet();
1112 if (processCB->timerID == (timer_t)(UINTPTR)MAX_INVALID_TIMER_VID) {
1123 if (processCB->timerID == (timer_t)(UINTPTR)MAX_INVALID_TIMER_VID) {
1124 processCB->timerID = timerID;
1141 ret = timer_settime(processCB->timerID, 0, &spec, ovalue ? &ospec : NULL);
1152 LosProcessCB *processCB = OsCurrProcessGet();
1163 if (processCB->timerID != (timer_t)(UINTPTR)MAX_INVALID_TIMER_VID) {
1164 ret = timer_gettime(processCB->timerID, &spec);