Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 69) sorted by relevance

123

/trunk/main/soltools/mkdepend/
H A Dmain.c385 signal (SIGHUP, catch);
387 signal (SIGINT, catch);
389 signal (SIGQUIT, catch);
391 signal (SIGILL, catch);
393 signal (SIGBUS, catch);
395 signal (SIGSEGV, catch);
397 signal (SIGSYS, catch);
399 signal (SIGFPE, catch);
/trunk/main/sal/systools/win32/kill/
H A Dkill.cxx129 static DWORD SignalToExceptionCode( int signal ) in SignalToExceptionCode() argument
131 switch ( signal ) in SignalToExceptionCode()
261 #define SIG_ENTRY( signal ) { TEXT(#signal), SIG##signal } in ParseCommandArgs() argument
/trunk/main/tools/workben/
H A Dsolar.c191 signal( SIGSEGV, SignalHandler ); in check()
193 signal( SIGBUS, SignalHandler ); in check()
197 signal( SIGSEGV, SIG_DFL ); in check()
199 signal( SIGBUS, SIG_DFL ); in check()
/trunk/main/sal/osl/os2/
H A Dmakefile.mk61 $(SLO)$/signal.obj \
88 $(OBJ)$/signal.obj \
/trunk/main/sal/osl/w32/
H A DMAKEFILE.MK68 $(SLO)$/signal.obj \
95 $(OBJ)$/signal.obj \
/trunk/main/vos/
H A DPackage_inc.mk43 $(eval $(call gb_Package_add_file,vos_inc,inc/vos/signal.hxx,signal.hxx))
H A DLibrary_vos3.mk64 vos/source/signal \
/trunk/main/sal/osl/unx/
H A Dmakefile.mk64 $(SLO)$/signal.obj \
95 $(OBJ)$/signal.obj \
H A Dprocess.c1116 char signal[24]; /* pending signals */ member
1194 procstat->signal, procstat->blocked, procstat->sigignore, procstat->sigcatch, in osl_getProcStat()
1264 procstat->signal, procstat->blocked, procstat->sigignore, procstat->sigcatch in osl_getProcStatus()
/trunk/main/crashrep/source/unx/
H A Dmain.cxx603 int signal = 0; in setup_commandline_arguments() local
615 signal = strtol( argv[n], NULL, 0 ); in setup_commandline_arguments()
664 *pSignal = signal; in setup_commandline_arguments()
/trunk/main/vcl/source/app/
H A Dsvmain.cxx116 …virtual ::vos::OSignalHandler::TSignalAction SAL_CALL signal( ::vos::OSignalHandler::TSignalInfo* …
121 ::vos::OSignalHandler::TSignalAction SAL_CALL ImplVCLExceptionHandler::signal( ::vos::OSignalHandle… in signal() function in ImplVCLExceptionHandler
/trunk/main/vos/source/
H A Dsignal.cxx36 return ((oslSignalAction)pThis->signal(pInfo)); in signalHandlerFunction_impl()
/trunk/main/vos/inc/vos/
H A Dsignal.hxx84 virtual TSignalAction SAL_CALL signal(TSignalInfo *pInfo) = 0;
/trunk/main/offapi/com/sun/star/resource/
H A DMissingResourceException.idl37 /** is used to signal that a resource is missing.
/trunk/main/vcl/unx/gtk/a11y/
H A DTODO22 + in-line text editing, does the TEXT_CHANGED signal get it right,
/trunk/main/udkapi/com/sun/star/uno/
H A DRuntimeException.idl39 It shall signal an error, which was not covered by the interface
/trunk/main/desktop/source/app/
H A Dofficeipcthread.hxx45 virtual TSignalAction SAL_CALL signal(TSignalInfo *pInfo);
/trunk/main/udkapi/com/sun/star/reflection/
H A DTypeDescriptionProvider.idl64 /** Interface to signal shutdown to the provider.<br>
H A DTypeDescriptionManager.idl100 /** Interface to signal shutdown to the manager.<br>
/trunk/main/udkapi/com/sun/star/io/
H A DXOutputStream.idl84 <type>XInputStream</type> receives an EOF signal. No further
/trunk/main/sal/qa/helper/gcov/
H A Ddeprecated.txt129 # 2) all signal module#:
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c320 signal(SIGINT, (void (*)(int)) abort); /* Trap "interrupt" */
/trunk/main/apple_remote/source/
H A DRemoteControl.m33 // notifaction names that are being used to signal that an application wants to
/trunk/main/offapi/com/sun/star/drawing/
H A DXPresenterHelper.idl64 i.e. a window listener will not receive a windowShown signal.
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc276 DWORD // control signal type

Completed in 144 milliseconds

123