Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 4 of 4) sorted by relevance

/sys/kern/
Dsyscall.c36 Thread *cur = Sched_Current(); in Syscall_GetPID() local
47 Thread *cur = Sched_Current(); in Syscall_Exit() local
77 Thread *cur; in Syscall_Spawn() local
169 Thread *cur = Sched_Current(); in Syscall_Wait() local
180 Thread *cur = Sched_Current(); in Syscall_MMap() local
196 Thread *cur = Sched_Current(); in Syscall_MUnmap() local
222 Thread *cur = Sched_Current(); in Syscall_Read() local
240 Thread *cur = Sched_Current(); in Syscall_Write() local
258 Thread *cur = Sched_Current(); in Syscall_Flush() local
279 Thread *cur = Sched_Current(); in Syscall_Open() local
[all …]
Dsemaphore.c51 Thread *cur = Sched_Current(); in Semaphore_Acquire() local
/lib/liblwip/src/core/
Dmem.c593 struct mem *cur = lfree; in mem_malloc() local
/lib/libc/
Dprintf.c238 char *cur; member