Searched refs:siginfo_t (Results 1 - 25 of 25) sorted by relevance

/haiku/src/system/libroot/posix/signal/
H A Dpsiginfo.cpp11 psiginfo(const siginfo_t* info, const char* message)
H A Dsigwaitinfo.cpp11 sigwaitinfo(const sigset_t* set, siginfo_t* info)
H A Dsigtimedwait.cpp19 sigtimedwait(const sigset_t* set, siginfo_t* info,
23 siginfo_t stackInfo;
H A Dsigwait.cpp39 siginfo_t info;
/haiku/src/bin/debug/strace/
H A Dsignals.h15 std::string signal_info(siginfo_t& info);
H A Dsignals.cpp150 signal_info(siginfo_t& info)
H A DTypeHandler.h142 DEFINE_FACTORY(siginfo_t_ptr, siginfo_t *);
H A DNetworkTypes.cpp721 format_pointer(Context &context, siginfo_t *info)
766 POINTER_TYPE(siginfo_t_ptr, siginfo_t);
/haiku/src/system/kernel/arch/x86/32/
H A Dsignals.cpp38 void (*handler)(int, siginfo_t*, void*, void*)
39 = (void (*)(int, siginfo_t*, void*, void*))frameData->handler;
/haiku/src/system/libroot/posix/sys/
H A Dwait.cpp30 siginfo_t info;
95 waitid(idtype_t idType, id_t id, siginfo_t* info, int options)
/haiku/headers/posix/
H A Dsignal.h57 } siginfo_t; typedef in typeref:struct:__siginfo_t
62 typedef void (*__siginfo_handler_t)(int, siginfo_t*, void*);
165 /* Signal code values appropriate for siginfo_t::si_code: */
252 int sigwaitinfo(const sigset_t* set, siginfo_t* info);
253 int sigtimedwait(const sigset_t* set, siginfo_t* info,
267 void psiginfo(const siginfo_t* info, const char* message);
/haiku/headers/posix/sys/
H A Dwait.h45 extern int waitid(idtype_t idType, id_t id, siginfo_t *info, int options);
/haiku/src/tests/system/libroot/posix/
H A Dpthread_sigqueue.cpp28 ScopedSignalHandler(int signal, void (*handler)(int, siginfo_t*, void*))
49 SigqueueSignalHandler(int signum, siginfo_t* info, void*)
/haiku/src/system/kernel/arch/x86/64/
H A Dsignals.cpp25 auto handler = (void (*)(int, siginfo_t*, void*, void*))data->handler;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_commpage.cpp26 auto handler = (void (*)(int, siginfo_t*, void*, void*))data->handler;
/haiku/src/system/kernel/arch/arm/
H A Darch_commpage.cpp30 auto handler = (void (*)(int, siginfo_t*, void*, void*))data->handler;
/haiku/headers/private/kernel/
H A Dksignal.h51 siginfo_t info;
236 status_t _user_sigwait(const sigset_t *set, siginfo_t *info, uint32 flags,
H A Dteam.h73 pid_t _user_wait_for_child(thread_id child, uint32 flags, siginfo_t* info,
H A Duser_debugger.h258 siginfo_t *info, bool deadly);
/haiku/headers/os/kernel/
H A Ddebugger.h536 siginfo_t info; // the signal info
/haiku/src/system/kernel/
H A Dsignal.cpp824 siginfo_t info;
2056 sigwait_internal(const sigset_t* set, siginfo_t* info, uint32 flags,
2331 _user_sigwait(const sigset_t *userSet, siginfo_t *userInfo, uint32 flags,
2349 siginfo_t info;
H A Dteam.cpp2495 wait_for_child(pid_t child, uint32 flags, siginfo_t& _info,
4059 _user_wait_for_child(thread_id child, uint32 flags, siginfo_t* userInfo,
4067 siginfo_t info;
/haiku/headers/private/system/
H A Dsyscalls.h153 siginfo_t* info, team_usage_info* usageInfo);
235 extern status_t _kern_sigwait(const sigset_t *set, siginfo_t *info,
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp207 guarded_heap_segfault_handler(int signal, siginfo_t* signalInfo, void* vregs)
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp931 user_debug_handle_signal(int signal, struct sigaction *handler, siginfo_t *info,

Completed in 206 milliseconds