Home
last modified time | relevance | path

Searched refs:ipcTaskInfo (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/kernel/extended/liteipc/
Dhm_liteipc.c309 if (OS_TCB_FROM_TID(i)->ipcTaskInfo != NULL) { in LiteIpcPoolDelete()
310 OS_TCB_FROM_TID(i)->ipcTaskInfo->accessMap[processID] = FALSE; in LiteIpcPoolDelete()
488 if ((tcb->ipcTaskInfo == NULL) || (pcb->ipcInfo == NULL)) { in AddServiceAccess()
492 tcb->ipcTaskInfo->accessMap[pcb->processID] = TRUE; in AddServiceAccess()
518 if (taskCB->ipcTaskInfo == NULL) { in HasServiceAccess()
522 return taskCB->ipcTaskInfo->accessMap[curr->processID]; in HasServiceAccess()
584 IpcTaskInfo *ipcTaskInfo = taskCB->ipcTaskInfo; in LiteIpcRemoveServiceHandle() local
585 if (ipcTaskInfo == NULL) { in LiteIpcRemoveServiceHandle()
597 listHead = &(ipcTaskInfo->msgListHead); in LiteIpcRemoveServiceHandle()
613 ipcTaskInfo->accessMap[pcb->processID] = FALSE; in LiteIpcRemoveServiceHandle()
[all …]
/kernel/liteos_a/kernel/base/include/
Dlos_sched_pri.h456 IpcTaskInfo *ipcTaskInfo; member