Home
last modified time | relevance | path

Searched refs:oslProcessImpl (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sal/osl/unx/
H A Dprocess.c98 oslProcessImpl* m_pProcImpl;
138 static oslProcessImpl* ChildList;
613 oslProcessImpl* pChild; in ChildStatusProc()
902 Data.m_pProcImpl = (oslProcessImpl*) malloc(sizeof(oslProcessImpl)); in osl_psz_executeProcess()
987 oslProcessImpl *pProcImpl; in osl_getProcess()
991 oslProcessImpl* pChild; in osl_getProcess()
1009 pProcImpl = (oslProcessImpl*) malloc(sizeof(oslProcessImpl)); in osl_getProcess()
1043 oslProcessImpl *pChild, *pPrev = NULL; in osl_freeProcessHandle()
1059 if (pChild == (oslProcessImpl*)Process) in osl_freeProcessHandle()
1465 oslProcessImpl* pChild = ChildList; in osl_joinProcessWithTimeout()
[all …]
H A Dprocimpl.h39 } oslProcessImpl; typedef
/aoo4110/main/sal/osl/os2/
H A Dprocess.c365 oslProcessImpl* pProcImpl; in osl_psz_executeProcess()
680 pProcImpl = (oslProcessImpl*)malloc(sizeof(oslProcessImpl)); in osl_psz_executeProcess()
706 DosStopSession( STOP_SESSION_SPECIFIED, ((oslProcessImpl*)Process)->nSessionID ); in osl_terminateProcess()
716 oslProcessImpl* pProcImpl; in osl_getProcess()
721 pProcImpl = (oslProcessImpl*)malloc(sizeof(oslProcessImpl)); in osl_getProcess()
739 free((oslProcessImpl*)Process); in osl_freeProcessHandle()
746 oslProcessImpl* pProcImpl = (oslProcessImpl*) Process; in osl_joinProcess()
927 pInfo->Ident = ((oslProcessImpl*)Process)->pProcess; in osl_getProcessInfo()
934 oslProcessImpl* pProcImpl = (oslProcessImpl*) Process; in osl_getProcessInfo()
H A Dprocimpl.h40 } oslProcessImpl; typedef
/aoo4110/main/sal/osl/w32/
H A Dprocess.cxx56 if (TerminateProcess(((oslProcessImpl*)Process)->m_hProcess, 0)) in osl_terminateProcess()
67 oslProcessImpl* pProcImpl; in osl_getProcess()
73 pProcImpl = reinterpret_cast< oslProcessImpl*>( rtl_allocateMemory(sizeof(oslProcessImpl)) ); in osl_getProcess()
89 CloseHandle(((oslProcessImpl*)Process)->m_hProcess); in osl_freeProcessHandle()
91 rtl_freeMemory((oslProcessImpl*)Process); in osl_freeProcessHandle()
110 hProcess = ((oslProcessImpl*)Process)->m_hProcess; in osl_getProcessInfo()
111 IdProcess = ((oslProcessImpl*)Process)->m_IdProcess; in osl_getProcessInfo()
198 ret = WaitForSingleObject(((oslProcessImpl*)Process)->m_hProcess, timeout); in osl_joinProcessWithTimeout()
H A Dprocimpl.cxx597 oslProcessImpl* pProcImpl = reinterpret_cast<oslProcessImpl*>( in osl_executeProcess_WithRedirectedIO()
598 rtl_allocateMemory(sizeof(oslProcessImpl))); in osl_executeProcess_WithRedirectedIO()
H A Dprocimpl.h36 } oslProcessImpl; typedef

Completed in 56 milliseconds