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

/freebsd-10.0-release/lib/libkse/arch/amd64/include/
H A Dpthread_md.h239 _thread_switch(struct kcb *kcb, struct tcb *tcb, int setmbox) function
/freebsd-10.0-release/lib/libkse/arch/arm/include/
H A Dpthread_md.h230 _thread_switch(struct kcb *kcb, struct tcb *tcb, int setmbox) function
/freebsd-10.0-release/lib/libkse/arch/i386/include/
H A Dpthread_md.h237 _thread_switch(struct kcb *kcb, struct tcb *tcb, int setmbox) function
/freebsd-10.0-release/lib/libkse/arch/powerpc/include/
H A Dpthread_md.h261 _thread_switch(struct kcb *kcb, struct tcb *tcb, int setmbox) function
/freebsd-10.0-release/lib/libkse/arch/sparc64/include/
H A Dpthread_md.h229 _thread_switch(struct kcb *kcb, struct tcb *tcb, int setmbox) function
/freebsd-10.0-release/lib/libkse/arch/ia64/include/
H A Dpthread_md.h238 _thread_switch(struct kcb *kcb, struct tcb *tcb, int setmbox) function
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_kern.c1020 ret = _thread_switch(curkse->k_kcb, curthread->tcb, 1);
1116 ret = _thread_switch(curkse->k_kcb, curthread->tcb, 0);
1120 ret = _thread_switch(curkse->k_kcb, curthread->tcb, 1);
1123 PANIC("Thread has returned from _thread_switch");
1126 PANIC("Thread has returned from _thread_switch");
1145 ret = _thread_switch(curkse->k_kcb, curthread->tcb, 1);
1148 "from _thread_switch");
H A Dthr_sig.c572 _thread_switch(curthread->kse->k_kcb, curthread->tcb, 1);
603 _thread_switch(curthread->kse->k_kcb, curthread->tcb, 1);

Completed in 186 milliseconds