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

12

/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dmachine_routines_asm.s183 call EXT(thread_terminate)
/macosx-10.10/xnu-2782.1.97/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 */
319 thread_terminate(current_thread());
336 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.c114 kern_return_t thread_terminate(thread_t);
1977 thread_terminate(thd);
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_udp.c71 kern_return_t thread_terminate(register thread_act_t act);
288 thread_terminate(l2tp_udp_threads[i].thread);
H A Dl2tp_proto.c119 thread_terminate(current_thread());
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dthread_act.defs89 routine thread_terminate(
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_proto.c117 thread_terminate(current_thread());
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dstartup.c635 thread_terminate(self);
H A Dthread_call.c1167 thread_terminate(self);
1170 panic("thread_terminate() returned?");
1290 thread_terminate(self);
H A Dthread_act.c148 thread_terminate( function
171 panic("thread_terminate");
H A Dthread.c1049 thread_terminate(thread);
/macosx-10.10/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_proto.c124 thread_terminate(current_thread());
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOWorkLoop.cpp418 (void) thread_terminate(thread);
H A DIOLib.cpp207 (void) thread_terminate(current_thread());
/macosx-10.10/autofs-246/triggers_kext/
H A Dtriggers.c289 thread_terminate(current_thread());
1306 thread_terminate(current_thread());
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp2805 (void) thread_terminate(current_thread());
2903 (void) thread_terminate(current_thread());
2996 (void) thread_terminate(current_thread());
3167 (void) thread_terminate(current_thread());
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_serial.c120 kern_return_t thread_terminate(register thread_act_t act);
519 thread_terminate(current_thread());
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_support.c400 (void)thread_terminate(th);
430 (void) thread_terminate(current_thread());
1498 (void) thread_terminate(th);
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp2675 thread_terminate ( thread );
2777 thread_terminate ( thread );
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp1937 thread_terminate ( thread );
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c62 kern_return_t thread_terminate(thread_t);
4010 thread_terminate(current_thread());
4026 thread_terminate(current_thread());
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c329 thread_terminate(self);
493 * This can happen if a thread_terminate() occurs
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.c1217 thread_terminate(current_thread());
2550 thread_terminate(current_thread());
2651 thread_terminate(current_thread());

Completed in 409 milliseconds

12