Searched refs:user_signal_context (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp283 Furthermore the function needs to set \c thread->user_signal_context to the
352 // Update Thread::user_signal_context, now that everything seems to have
354 thread->user_signal_context = &userSignalFrameData->context;
/haiku/src/system/kernel/
H A Dsignal.cpp891 frameData.context.uc_link = thread->user_signal_context;
2519 // restore the previously stored Thread::user_signal_context
2520 thread->user_signal_context = signalFrameData.context.uc_link;
2521 if (thread->user_signal_context != NULL
2522 && !IS_USER_ADDRESS(thread->user_signal_context)) {
2523 thread->user_signal_context = NULL;
H A Dthread.cpp180 user_signal_context(NULL),
412 user_signal_context = NULL;
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp332 Furthermore the function needs to set \c thread->user_signal_context to the
401 // Update Thread::user_signal_context, now that everything seems to have
403 thread->user_signal_context = &userSignalFrameData->context;
/haiku/headers/private/kernel/
H A Dthread_types.h466 ucontext_t* user_signal_context; // only accessed by this thread member in struct:BKernel::Thread

Completed in 87 milliseconds