Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
H A Dfs_syscall.c1037 int procFd1 = AllocProcessFd(); in SysPipe() local
1038 if (procFd1 < 0) { in SysPipe()
1046 FreeProcessFd(procFd1); in SysPipe()
1053 AssociateSystemFd(procFd1, sysPipeFd1); in SysPipe()
1056 pipeFdIntr[1] = procFd1; in SysPipe()
1061 FreeProcessFd(procFd1); in SysPipe()

Completed in 4 milliseconds