Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctfmerge.c377 terminate("%s: pthread_mutex_lock(wq_donequeue_lock)", in wip_save_work()
382 terminate("%s: pthread_cond_wait(wip_cv,wq_donequeue_lock)", in wip_save_work()
391 terminate("%s: pthread_cond_signal(wq_wip[%d].wip_cv)", in wip_save_work()
399 terminate("%s: pthread_mutex_unlock(wq_donequeue_lock)", in wip_save_work()
430 terminate("%s: pthread_mutex_lock(wq_queue_lock)", in worker_runphase1()
436 terminate("%s: pthread_cond_broadcast(wq_work_avail)", in worker_runphase1()
439 terminate("%s: pthread_mutex_unlock(wq_queue_lock)", in worker_runphase1()
448 terminate("%s: pthread_cond_wait(wq_work_avail,wq_queue_lock)", in worker_runphase1()
456 terminate("%s: pthread_cond_broadcast(wq_work_removed)", in worker_runphase1()
466 terminate("%s: pthread_mutex_lock(wip_lock)", __func__); in worker_runphase1()
[all …]
H A Dbarrier.c59 terminate("%s: pthread_mutex_init(bar_lock)", __func__); in barrier_init()
62 terminate("%s: sema_init(bar_sem)", __func__); in barrier_init()
65 terminate("%s: dispatch_semaphore_create()\n", __func__); in barrier_init()
68 terminate("%s: sem_init(bar_sem)", __func__); in barrier_init()
82 terminate("%s: pthread_mutex_lock(bar_lock)", __func__); in barrier_wait()
86 terminate("%s: pthread_mutex_unlock(bar_lock)", in barrier_wait()
90 terminate("%s: sema_wait(bar_sem)", __func__); in barrier_wait()
93 terminate("%s: dispatch_semaphore_wait(bar_sem) = %ld\n", in barrier_wait()
97 terminate("%s: sem_wait(bar_sem)", __func__); in barrier_wait()
110 terminate("%s: sema_post(bar_sem)", __func__); in barrier_wait()
[all …]
H A Dctfconvert.c82 terminate("Caught signal %d - exiting\n", sig); in handle_sig()
100 terminate("failed to open %s", filename); in file_read()
106 terminate("failed to read %s: %s\n", filename, in file_read()
131 terminate("%s: DWARF version 1 is not supported\n", in file_read()
215 terminate("Can't access %s", infile); in main()
241 terminate("%s doesn't have type data to convert\n", infile); in main()
262 terminate("Couldn't rename temp file %s", tmpname); in main()
H A Ddwarf.c209 terminate("tdp %u: tdesc_size on unknown type %#x\n", in tdesc_size()
249 terminate("tdp %u: tdesc_bitsize on unknown type %d\n", in tdesc_bitsize()
282 terminate("failed to get offset for die: %s\n", in die_off()
300 terminate("die %ju: failed to find type sibling: %s\n", in die_sibling()
317 terminate("die %ju: failed to find type child: %s\n", in die_child()
331 terminate("die %ju: failed to get tag for type: %s\n", in die_tag()
347 terminate("die %ju: no attr 0x%x\n", in die_attr()
355 terminate("die %ju: failed to get attribute for type: %s\n", in die_attr()
368 terminate("die %ju: failed to get signed: %s\n", in die_signed()
384 terminate("die %ju: failed to get unsigned: %s\n", in die_unsigned()
[all …]
H A Dutil.c106 terminate("failed to read ELF header: %s\n", in elf_ptrsz()
115 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]); in elf_ptrsz()
142 terminate(const char *format, ...) in terminate() function
196 terminate("Termination due to warning\n"); in warning()
247 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1)); in elfterminate()
H A Dcompare.c78 terminate("%s doesn't have stabs or CTF\n", stabname); in main()
81 terminate("%s doesn't contain CTF data\n", ctfname); in main()
88 terminate("%s grew by %d\n", stabname, new); in main()
H A Dstabs.c74 terminate("Couldn't resolve type %d\n", node->t_id); in resolve_tou_node()
256 terminate("%s: Can't find string at %u for stab %d\n", in stabs_read()
272 terminate("%s: GCC-generated stabs are " in stabs_read()
321 terminate("%s: Couldn't parse stab \"%s\" " in stabs_read()
H A Dinput.c103 terminate("Input file %s was partially built from " in read_file()
168 terminate("%s: Unknown elf kind %d\n", in read_archive()
201 terminate("%s: Cannot open for reading", file); in read_ctf_common()
217 terminate("%s: Unknown elf kind %d\n", file, elf_kind(elf)); in read_ctf_common()
/netbsd-src/usr.bin/xlint/xlint/
H A Dxlint.c188 terminate(int signo) in terminate() function
242 terminate(-1); in usage()
309 terminate(-1); in run_child()
333 terminate(-1); in run_child()
342 terminate(-1); in run_child()
345 terminate(-1); in run_child()
375 terminate(-1); in run_cpp()
379 terminate(-1); in run_cpp()
445 terminate(-1); in handle_filename()
531 terminate( in cat()
[all...]
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipsyncm.c39 int terminate = 0; variable
48 terminate = sig;
223 if (terminate)
239 if (terminate)
252 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
H A Dipsyncs.c39 int terminate = 0; variable
50 terminate = sig;
242 if (terminate)
258 if (terminate)
271 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
H A Dipfsyncd.c60 int terminate = 0; variable
79 terminate = sig;
172 while (!terminate) {
213 syslog(LOG_ERR, "signal %d received, exiting...", terminate);
214 debug(1, "signal %d received, exiting...", terminate);
245 while (!terminate) { in do_io()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dexception64 /// If you write a replacement %terminate handler, it must be of this type.
74 /// Return the current terminate handler.
80 void terminate() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__noreturn__));
97 * due to the throw; or after entering @c terminate() for any reason
98 * other than an explicit call to @c terminate(). [Note: This includes
102 * %exception can result in a call of @c terminate()
H A Deh_terminate.cc56 std::terminate () throw() in terminate() function in std
65 std::terminate (); in __unexpected()
108 func = std::terminate; in set_unexpected()
H A Dpure.cc50 std::terminate (); in __cxa_pure_virtual()
57 std::terminate (); in __cxa_deleted_virtual()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_terminate.cc56 std::terminate () throw() in terminate() function in std
66 std::terminate (); in __unexpected()
109 func = std::terminate; in set_unexpected()
H A Dexception67 /// If you write a replacement %terminate handler, it must be of this type.
74 /// Return the current terminate handler.
80 void terminate() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__noreturn__));
115 * due to the throw; or after entering `terminate()` for any reason
116 * other than an explicit call to `terminate()`. [Note: This includes
120 * %exception can result in a call of 1terminate()`
H A Dpure.cc50 std::terminate (); in __cxa_pure_virtual()
57 std::terminate (); in __cxa_deleted_virtual()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dexception_pointer_cxxabi.ipp51 terminate();
69 // if p.__ptr_ is NULL, above returns so we terminate
70 terminate();
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d200 terminate("out of memory", __LINE__);
423 private void terminate(string msg, uint line) @nogc
462 terminate("catch error", __LINE__);
491 terminate("uncaught exception", __LINE__);
518 terminate("uncaught exception", __LINE__);
520 terminate("unwind error", __LINE__);
857 terminate("unwind error", __LINE__);
906 terminate("unwind error", __LINE__);
927 terminate("unwind error", __LINE__);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d196 terminate("out of memory", __LINE__); in create()
399 private void terminate(string msg, uint line) @nogc in terminate() function
441 terminate("catch error", __LINE__); in __gdc_begin_catch()
475 terminate("uncaught exception", __LINE__); in _d_throw()
505 terminate("uncaught exception", __LINE__); in _d_throw()
508 terminate("unwind error", __LINE__); in _d_throw()
881 terminate("unwind error", __LINE__); in pragma()
930 terminate("unwind error", __LINE__); in __gdc_personality()
951 terminate("unwind error", __LINE__); in __gdc_personality()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc284 void terminate(void);
294 static unexpected_handler unexpectedHandler = std::terminate;
555 std::terminate(); in alloc_or_die()
616 std::terminate(); in __cxa_free_exception()
701 std::terminate(); in report_failure()
736 std::terminate(); in report_failure()
848 std::terminate(); in __cxa_rethrow()
1178 std::terminate();
1269 std::terminate();
1465 void terminate()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dio.cpp315 impl::muxer::mux(volatile const bool& terminate) in mux() argument
324 while (nactive > 0 && !terminate) { in mux()
326 while (!terminate && (ret = safe_poll(poll_fds.get(), 2, 250)) == 0) {} in mux()
328 for (size_t i = 0; !terminate && i < m_nfds; i++) { in mux()
/netbsd-src/share/man/man0/
H A Dcshcmd12 csh(1) end: terminate loop.
13 csh(1) endif: terminate conditional.
14 csh(1) endsw: terminate switch.
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dcheck_mnttab_type.m449 # check if need to terminate "for" loop
112 # check if need to terminate "for" loop
137 # check if need to terminate "for" loop
153 # check if need to terminate "for" loop

12345678910>>...28