Home
last modified time | relevance | path

Searched refs:PANIC (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-10-stable/lib/libkse/thread/
Dthr_init.c254 PANIC("Failed loading mandatory references in _thread_init"); in _libpthread_init()
264 PANIC("Thread jump table not properly initialized"); in _libpthread_init()
277 PANIC("Can't set session ID"); in _libpthread_init()
279 PANIC("Can't revoke console"); in _libpthread_init()
281 PANIC("Can't open console"); in _libpthread_init()
283 PANIC("Can't set login to root"); in _libpthread_init()
285 PANIC("Can't set controlling terminal"); in _libpthread_init()
295 PANIC("Can't allocate initial kse."); in _libpthread_init()
298 PANIC("Can't allocate initial kseg."); in _libpthread_init()
310 PANIC("Can't allocate initial thread"); in _libpthread_init()
[all …]
Dthr_spinlock.c94 PANIC("Spinlock called when not threaded."); in _spinlock()
96 PANIC("Spinlocks not initialized."); in _spinlock()
134 PANIC("Exceeded max spinlocks"); in init_spinlock()
148 PANIC("Cannot initialize spinlock_static_lock"); in _thr_spinlock_init()
151 PANIC("Cannot initialize spinlock extra"); in _thr_spinlock_init()
Dthr_priority_queue.c54 PANIC(msg); \
58 PANIC(msg); \
62 PANIC(msg); \
66 PANIC(msg); \
70 PANIC(msg); \
Dthr_rtld.c104 PANIC("No current thread in rtld call"); in _thr_rtld_set_flag()
122 PANIC("No current thread in rtld call"); in _thr_rtld_clr_flag()
221 PANIC("Recursive write lock attempt on rtld lock"); in _thr_rtld_wlock_acquire()
250 PANIC("Attempt to unlock rtld lock when not owner."); in _thr_rtld_lock_release()
Dthr_kern.c405 PANIC("Unable to initialize free KSE queue lock"); in _kse_init()
408 PANIC("Unable to initialize free thread queue lock"); in _kse_init()
411 PANIC("Unable to initialize thread list lock"); in _kse_init()
464 PANIC("kse_create() failed\n"); in _kse_setthreaded()
507 PANIC("kse_lock_wait does not disable upcall.\n"); in _kse_lock_wait()
537 PANIC("KSE trying to wake itself up in lock"); in _kse_lock_wakeup()
790 PANIC("bound thread shouldn't get here\n"); in kse_sched_single()
832 PANIC("bound thread does not have SIGWAIT state\n"); in kse_sched_single()
835 PANIC("bound thread does not have SLEEP_WAIT state\n"); in kse_sched_single()
838 PANIC("bound thread does not have SIGSUSPEND state\n"); in kse_sched_single()
[all …]
Dthr_exit.c98 PANIC(msg); in _pthread_exit()
158 PANIC("Dead thread has resumed"); in _pthread_exit()
Dthr_cancel.c50 PANIC("cancel"); in testcancel()
211 PANIC("cancel"); in _pthread_setcancelstate()
249 PANIC("cancel"); in _pthread_setcanceltype()
Dthr_sig.c236 PANIC("can not create signal daemon thread!\n"); in _thr_start_sig_daemon()
319 PANIC("No current thread.\n"); in _thr_sig_handler()
321 PANIC("Thread is not system scope.\n"); in _thr_sig_handler()
452 PANIC("thr_sig_invoke_handler without in critical\n"); in thr_sig_invoke_handler()
946 PANIC("Please use _thr_send_sig for bound thread"); in _thr_sig_add()
1192 PANIC("Cannot read signal handler info"); in _thr_signal_init()
1221 PANIC("Cannot initialize signal handler"); in _thr_signal_init()
1250 PANIC("Cannot set signal handler info"); in _thr_signal_deinit()
Dthr_private.h74 #define PANIC(string) _thr_exit(__FILE__, __LINE__, string) macro
92 PANIC(msg); \
248 PANIC("Exceeded maximum lock level"); \
875 PANIC("Exceeded maximum lock level"); \
Dthr_create.c344 PANIC("Thread has resumed after exit"); in thread_start()
/freebsd-10-stable/lib/libthr/thread/
Dthr_exit.c127 PANIC("exception should be rethrown"); in thread_unwind_cleanup()
172 PANIC("_Unwind_ForcedUnwind returned"); in thread_unwind()
206 PANIC(msg);
307 PANIC("thread exits with resources held!");
314 PANIC("thr_exit() returned");
Dthr_spinlock.c78 PANIC("Spinlock called when not threaded."); in __thr_spinlock()
80 PANIC("Spinlocks not initialized."); in __thr_spinlock()
101 PANIC("Warning: exceeded max spinlocks"); in init_spinlock()
Dthr_init.c317 PANIC("Thread jump table not properly initialized"); in _libpthread_init()
330 PANIC("Can't allocate initial thread"); in _libpthread_init()
384 PANIC("Cannot allocate red zone for initial thread"); in init_main_thread()
458 PANIC("Cannot get kern.usrstack from sysctl"); in init_private()
463 PANIC("Cannot get stack rlimit"); in init_private()
Dthr_umtx.c318 PANIC("rdlock error"); in _thr_rwl_rdlock()
334 PANIC("wrlock error"); in _thr_rwl_wrlock()
342 PANIC("unlock error"); in _thr_rwl_unlock()
Dthr_kern.c66 PANIC("locklevel <= 0"); in _thr_assert_lock_level()
Dthr_create.c291 PANIC("Thread has resumed after exit"); in thread_start()
Dthr_mutex.c55 PANIC("mutex is not on list"); \
60 PANIC("mutex is on list"); \
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
Dpriv.h39 #define PANIC(X) panic X macro
44 #define PANIC(X) abort() macro
105 PANIC(("IE %02x,%02x -- no default", CODING,IE));\
Dprivmsg.c217 PANIC(("bad decode return")); in uni_decode_body_internal()
/freebsd-10-stable/sys/sparc64/include/
Dasmacros.h170 #define PANIC(msg, r1) \ macro
182 PANIC(msg, r1) ; \
/freebsd-10-stable/sys/mips/mips/
Dmpboot.S89 PANIC("AP startup failed!")
Dlocore.S185 PANIC("Startup failed!")
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_irc_pxy.c337 PANIC((!nm),("ipf_p_irc_out: allocb failed"));
343 PANIC((m1->b_wptr < m1->b_rptr),
/freebsd-10-stable/lib/libkse/arch/ia64/include/
Dpthread_md.h40 #define THR_SETCONTEXT(ucp) PANIC("THR_SETCONTEXT() now in use!\n")
/freebsd-10-stable/sys/mips/include/
Dasm.h241 #define PANIC(msg) \ macro
247 #define PANIC_KSEG0(msg, reg) PANIC(msg)

12