Home
last modified time | relevance | path

Searched refs:programmer (Results 1 – 25 of 240) sorted by relevance

12345678910

/netbsd-src/external/bsd/kyua-cli/dist/utils/signals/
H A Dinterrupts.cpp63 static std::unique_ptr< signals::programmer > sighup_handler;
65 static std::unique_ptr< signals::programmer > sigint_handler;
67 static std::unique_ptr< signals::programmer > sigterm_handler;
133 std::unique_ptr< signals::programmer > tmp_sighup_handler( in setup_handlers()
134 new signals::programmer(SIGHUP, signal_handler)); in setup_handlers()
135 std::unique_ptr< signals::programmer > tmp_sigint_handler( in setup_handlers()
136 new signals::programmer(SIGINT, signal_handler)); in setup_handlers()
137 std::unique_ptr< signals::programmer > tmp_sigterm_handler( in setup_handlers()
138 new signals::programmer(SIGTERM, signal_handler)); in setup_handlers()
H A Dprogrammer.cpp48 struct programmer::impl {
82 signals::programmer::programmer(const int signo, const handler_type handler) : in programmer() function in signals::programmer
103 signals::programmer::~programmer(void) in ~programmer()
124 signals::programmer::unprogram(void) in unprogram()
H A Dprogrammer_test.cpp74 signals::programmer programmer(SIGCHLD, sigchld::handler_1); in ATF_TEST_CASE_BODY() local
79 programmer.unprogram(); in ATF_TEST_CASE_BODY()
90 signals::programmer programmer(SIGCHLD, sigchld::handler_1); in ATF_TEST_CASE_BODY() local
105 signals::programmer programmer_1(SIGCHLD, sigchld::handler_1); in ATF_TEST_CASE_BODY()
112 signals::programmer programmer_2(SIGCHLD, sigchld::handler_2); in ATF_TEST_CASE_BODY()
H A Dprogrammer.hpp48 class programmer : noncopyable { class
55 programmer(const int, const handler_type);
56 ~programmer(void);
H A Dinterrupts_test.cpp95 signals::programmer test_handler(signo, signal_handler); in check_interrupts_handler()
121 signals::programmer test_handler(signo, signal_handler); in check_interrupts_inhibiter()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A Ddoxygen-mainpage.dox9 /// usage instructions, please see the programmer's guide or reference
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A Ddoxygen-mainpage.dox9 /// instructions, please see the programmer's guide or reference manual.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A DREADME17 programmer simply makes the dialogs non-resizable. When such a
58 - the advantage that the programmer saves about 1/3 of the GUI
/netbsd-src/external/gpl2/texinfo/dist/
H A DREADME49 any interested parties are welcome. If you're a programmer and wish to
51 programmer, you can still make significant contributions by writing test
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dvmstat_example.txt43 of familiar statistics to provide the programmer with a "common ground"
H A Dsar-c_example.txt53 of familiar statistics to provide the programmer with a "common ground"
H A Dvmstat-p_example.txt49 of familiar statistics to provide the programmer with a "common ground"
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dsar-c_example.txt53 of familiar statistics to provide the programmer with a "common ground"
H A Dvmstat_example.txt43 of familiar statistics to provide the programmer with a "common ground"
H A Dvmstat-p_example.txt49 of familiar statistics to provide the programmer with a "common ground"
/netbsd-src/external/bsd/kyua-cli/lib/utils/
H A DMakefile55 signals/programmer.cpp
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dmemory.d23 it is a programmer error to use this function if the requested allocation
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.td50 R10, RR1, R11, RR2, // programmer controlled registers
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A DTODO77 An assembler programmer would not
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dopenssl_user_macros.pod.in10 User defined macros allow the programmer to control certain aspects of
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dintroduction.rst21 1) a systems programmer, creating low-level programs such as daemons or network
/netbsd-src/external/gpl2/rcs/dist/
H A Drcs_func.ms4 RCS manages software libraries. It greatly increases programmer productivity
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dhistory.rst59 Vixie became BIND's principal architect/programmer.
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A DTHREADS34 is operating with a single thread. The programmer can also flush the
35 garbage list by calling sarray_remove_garbage when the programmer can
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A DTHREADS34 is operating with a single thread. The programmer can also flush the
35 garbage list by calling sarray_remove_garbage when the programmer can

12345678910