Searched refs:handler (Results 201 - 225 of 858) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D6-16.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-17.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-18.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-19.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-2.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-20.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-21.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-22.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-23.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-24.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-25.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-26.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-3.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-4.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-5.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-6.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-7.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-8.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
H A D6-9.c24 void handler(int signo, siginfo_t *info, void *context) function
33 act.sa_sigaction = handler;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaltstack/
H A D10-1.c23 void handler(int signo) function
25 printf("Just a dummy handler\n");
33 act.sa_handler = handler;
H A D12-1.c13 - Set up a dummy handler for signal SIGTOTEST and set the sa_flags member to SA_ONSTACK.
32 void handler(int signo) function
34 printf("Just a dummy handler\n");
42 act.sa_handler = handler;
H A D9-1.c12 - Set up a handler for signal SIGTOTEST and set the sa_flags member to SA_ONSTACK.
33 void handler (int signo) { function
42 act.sa_handler = handler;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigrelse/
H A D1-1.c9 1. Set up a handler for signal SIGABRT, such that it is called if
12 3. Raise a SIGABRT and verify that the signal handler was not called.
15 5. Verify that the handler gets called this time.
28 void handler(int signo) function
37 act.sa_handler = handler;
/haiku-fatelf/src/tools/cppunit/
H A DTestApp.cpp106 BTestHandler *handler = new BTestHandler; local
108 AddHandler(handler);
109 fHandlers.AddItem(handler);
111 return handler;
117 BTestApp::DeleteTestHandler(BTestHandler *handler) argument
121 result = fHandlers.RemoveItem(handler);
123 RemoveHandler(handler);
126 delete handler;
135 // The returned handler must never passed to DeleteTestHandler() by the
/haiku-fatelf/src/system/kernel/
H A Dlow_resource_manager.cpp131 while (low_resource_handler* handler
133 // swap with handler
134 sLowResourceHandlers.Swap(&marker, handler);
135 marker.priority = handler->priority;
137 int32 resources = handler->resources & lowResources;
140 handler->function(handler->data, resources,
300 low_resource_handler *handler = iterator.Next(); local
303 elf_debug_lookup_symbol_address((addr_t)handler->function, NULL,
308 handler
417 low_resource_handler* handler = iterator.Next(); local
458 low_resource_handler *handler = iterator.Next(); local
[all...]

Completed in 89 milliseconds

1234567891011>>