Searched refs:check_pending (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_exit.c120 if (curthread->check_pending)
H A Dthr_sigsuspend.c75 curthread->check_pending = 1;
H A Dthr_kern.c696 curthread->check_pending = 0;
856 if (curthread->check_pending != 0) {
861 curthread->check_pending = 0;
1100 (curthread->check_pending != 0 ||
1103 curthread->check_pending = 0;
1176 thread->check_pending = 0;
1657 } else if (thread->check_pending != 0) {
1792 if (thread->check_pending != 0) {
1794 thread->check_pending = 0;
H A Dthr_sig.c336 curthread->check_pending = 1;
894 * into UTS and but a THR_LOCK_RELEASE saw check_pending, and it
907 curthread->check_pending = 0;
1057 pthread->check_pending = 1;
1070 pthread->check_pending = 1;
1121 if (pthread == curthread && curthread->check_pending)
H A Dthr_create.c240 new_thread->check_pending = 0;
H A Dthr_private.h694 volatile int check_pending; member in struct:pthread
861 if ((thrd)->check_pending != 0) \
/freebsd-10.2-release/sys/dev/bxe/
H A Decore_sp.h550 bool (*check_pending)(struct ecore_raw_obj *o); member in struct:ecore_raw_obj
1063 bool (*check_pending)(struct ecore_mcast_obj *o); member in struct:ecore_mcast_obj
H A Decore_sp.c1850 ECORE_DBG_BREAK_IF(r->check_pending(r));
2166 raw->check_pending = ecore_raw_check_pending;
3857 if (r->check_pending(r) ||
3869 if (!r->check_pending(r)) {
3916 return o->raw.check_pending(&o->raw) || o->check_sched(o);
3944 mcast_obj->check_pending = ecore_mcast_check_pending;
3969 mcast_obj->check_pending = ecore_mcast_check_pending;
3988 mcast_obj->check_pending = ecore_mcast_check_pending;
H A Dbxe.c8734 if (sc->mcast_obj.check_pending(&sc->mcast_obj)) {
/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c306 check_pending(void) function
855 if (check_pending())
872 if (check_pending())

Completed in 237 milliseconds