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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_upcall.c77 extern kern_return_t thread_terminate(thread_t);
137 thread_terminate(current_thread());
H A Dnfs_syscalls.c122 kern_return_t thread_terminate(thread_t); /* XXX */
251 thread_terminate(current_thread());
268 thread_terminate(current_thread());
H A Dnfs_bio.c100 kern_return_t thread_terminate(thread_t); /* XXX */
591 thread_terminate(nfsbufdelwrithd);
H A Dnfs_socket.c112 kern_return_t thread_terminate(thread_t);
1838 thread_terminate(thd);
H A Dnfs_vfsops.c3795 kern_return_t thread_terminate(thread_t);
3874 thread_terminate(current_thread());
/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_act.defs83 routine thread_terminate(
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dmachine_routines_asm.s186 call EXT(thread_terminate)
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_routines_asm.s309 call EXT(thread_terminate)
/darwin-on-arm/xnu/osfmk/kern/
H A Dstartup.c477 thread_terminate(self);
H A Dthread_call.c1157 thread_terminate(self);
1160 panic("thread_terminate() returned?");
1264 thread_terminate(self);
H A Dthread_act.c148 thread_terminate( function
171 panic("thread_terminate");
H A Dthread.c916 thread_terminate(thread);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp423 (void) thread_terminate(thread);
H A DIOLib.cpp190 (void) thread_terminate(current_thread());
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h45 /* Routine thread_terminate */
51 kern_return_t thread_terminate
1124 { "thread_terminate", 3600 },\
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c423 (void)thread_terminate(th);
450 (void) thread_terminate(current_thread());
1092 (void) thread_terminate(th);
H A Dkern_exit.c327 thread_terminate(self);
450 * This can happen if a thread_terminate() occurs
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c62 kern_return_t thread_terminate(thread_t);
3847 thread_terminate(current_thread());
3862 thread_terminate(current_thread());
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c1045 thread_terminate(current_thread());
2171 thread_terminate(current_thread());
2274 thread_terminate(current_thread());
H A Dpf.c1487 thread_terminate(current_thread());

Completed in 167 milliseconds