Home
last modified time | relevance | path

Searched refs:osl_Process_DETACHED (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dprocess.c427 if( (Options & osl_Process_DETACHED) && (Options & osl_Process_WAIT) ) in osl_psz_executeProcess()
428 Options &= !osl_Process_DETACHED; in osl_psz_executeProcess()
514 if(Options & osl_Process_DETACHED) in osl_psz_executeProcess()
614 if( Options & osl_Process_DETACHED ) in osl_psz_executeProcess()
/trunk/main/sal/osl/w32/
H A Dprocimpl.cxx461 if (!(Options & osl_Process_WAIT) || (Options & osl_Process_DETACHED)) in osl_executeProcess_WithRedirectedIO()
507 if ((Options & osl_Process_DETACHED) && !(flags & CREATE_NEW_CONSOLE)) in osl_executeProcess_WithRedirectedIO()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_main.cxx74 osl_Process_DETACHED, in main()
/trunk/main/sal/inc/osl/
H A Dprocess.h46 #define osl_Process_DETACHED 0x0004 /* run detached */ macro
/trunk/main/vos/inc/vos/
H A Dprocess.hxx107 TOption_Detached = osl_Process_DETACHED, // run detached
/trunk/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx191 osl_Process_WAIT | osl_Process_DETACHED, in executeSenddoc()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx407 osl_Process_DETACHED, in raiseProcess()
/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx599 osl_Process_DETACHED, in bootstrap()
/trunk/main/testtools/source/performance/
H A Dubtest.cxx1134 osl_Process_SEARCHPATH | osl_Process_DETACHED | osl_Process_NORMAL, in run()

Completed in 37 milliseconds