Searched defs:thr (Results 1 – 11 of 11) sorted by relevance
98 Thread *thr = (Thread *)Slab_Alloc(&threadSlab); in Thread_Create() local138 Thread *thr = Thread_Create(kernelProcess); in Thread_KThreadCreate() local151 Thread *thr = (Thread *)Slab_Alloc(&threadSlab); in Thread_UThreadCreate() local195 Thread_Destroy(Thread *thr) in Thread_Destroy()232 Thread *thr = NULL; in Thread_Lookup() local253 Thread_Retain(Thread *thr) in Thread_Retain()265 Thread_Release(Thread *thr) in Thread_Release()279 Thread_Wait(Thread *thr, uint64_t tid) in Thread_Wait()328 Thread_Dump(Thread *thr) in Thread_Dump()356 Thread *thr; in Debug_Threads() local[all …]
60 Thread *thr = curProc[CPU()]; in Sched_Current() local77 Sched_SetRunnable(Thread *thr) in Sched_SetRunnable()104 Sched_SetWaiting(Thread *thr) in Sched_SetWaiting()126 Sched_SetZombie(Thread *thr) in Sched_SetZombie()
73 Thread *thr = Sched_Current(); in WaitChannel_Sleep() local93 Thread *thr; in WaitChannel_Wake() local118 Thread *thr; in WaitChannel_WakeAll() local
74 Thread *thr; in Semaphore_Release() local111 Thread *thr; in Debug_Semaphores() local
208 Thread *thr; in Process_Wait() local293 Thread *thr = curProc[CPU()]; in Debug_ProcInfo() local
131 Loader_Load(Thread *thr, VNode *vn, void *buf, uint64_t len) in Loader_Load()205 Thread *thr = Sched_Current(); in Loader_LoadInit() local
76 Thread *thr; in Syscall_Spawn() local447 Thread *thr = (Thread *)arg; in ThreadWakeupHelper() local
20 Thread_InitArch(Thread *thr) in Thread_InitArch()26 Thread_SetupKThread(Thread *thr, void (*f)(), in Thread_SetupKThread()75 Thread_SetupUThread(Thread *thr, uintptr_t rip, uintptr_t arg) in Thread_SetupUThread()
232 Thread *thr = Thread_KThreadCreate(&Machine_IdleThread, NULL); in Machine_Init() local
56 struct pthread *thr = (struct pthread *)malloc(sizeof(*thr)); in __pthread_init() local82 struct pthread *thr; in pthread_self() local100 struct pthread *thr = (struct pthread *)arg; in pthreadCreateHelper() local112 struct pthread *thr; in pthread_create() local144 struct pthread *thr = pthread_self(); in pthread_exit() local154 struct pthread *thr = thread; in pthread_join() local
64 pthread_t thr; in main() local