Searched refs:sa_userdata (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/libroot/posix/signal/
H A Dsigaction.cpp34 action.sa_userdata = beosAction->sa_userdata;
54 beosOldAction->sa_userdata = oldAction.sa_userdata;
/haiku/src/tests/system/libroot/posix/
H A Dsignal_test.cpp81 newAction.sa_userdata = (void*)kUserDataMagic;
/haiku/headers/private/libroot/
H A Dsignal_private.h24 void* sa_userdata; member in struct:sigaction_beos
/haiku/headers/posix/
H A Dsignal.h78 void* sa_userdata; /* will be passed to the signal member in struct:sigaction
311 * sa.sa_userdata = userData;
326 * 2) The second argument is whatever value is put in the sa_userdata field
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp122 action.sa_userdata = this;
/haiku/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp185 action.sa_userdata = this;
/haiku/src/system/libroot/posix/
H A Dspawn.cpp415 action.sa_userdata = NULL;
/haiku/src/system/kernel/
H A Dsignal.cpp896 frameData.user_data = action->sa_userdata;
1080 handler.sa_userdata = NULL;
H A Dteam.cpp815 action.sa_userdata = NULL;
/haiku/src/bin/debug/profile/
H A Dprofile.cpp672 action.sa_userdata = NULL;
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp1140 action.sa_userdata = NULL;

Completed in 286 milliseconds