Searched refs:SAL_MSG_RELEASEWAITYIELD (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/vcl/os2/source/app/ |
H A D | salinst.cxx | 135 WinPostMsg( mpInstData->mhComWnd, SAL_MSG_RELEASEWAITYIELD, 0, 0 ); in release() 217 …GetMsg( pSalData->mhAB, &aTmpMsg, pInst->mhComWnd, SAL_MSG_RELEASEWAITYIELD, SAL_MSG_RELEASEWAITYI… in ImplSalYieldMutexAcquireWithWait() 220 WinPostMsg( pInst->mhComWnd, SAL_MSG_RELEASEWAITYIELD, 0 , 0 ); in ImplSalYieldMutexAcquireWithWait() 644 case SAL_MSG_RELEASEWAITYIELD: in SalComWndProc() 648 WinPostMsg( hWnd, SAL_MSG_RELEASEWAITYIELD, nMP1, nMP2 ); in SalComWndProc()
|
/aoo42x/main/vcl/win/source/app/ |
H A D | salinst.cxx | 162 ImplPostMessage( mpInstData->mhComWnd, SAL_MSG_RELEASEWAITYIELD, 0, 0 ); in release() 244 … ImplGetMessage( &aTmpMsg, pInst->mhComWnd, SAL_MSG_RELEASEWAITYIELD, SAL_MSG_RELEASEWAITYIELD ); in ImplSalYieldMutexAcquireWithWait() 247 ImplPostMessage( pInst->mhComWnd, SAL_MSG_RELEASEWAITYIELD, 0, 0 ); in ImplSalYieldMutexAcquireWithWait() 776 case SAL_MSG_RELEASEWAITYIELD: in SalComWndProc() 780 ImplPostMessage( hWnd, SAL_MSG_RELEASEWAITYIELD, wParam, lParam ); in SalComWndProc()
|
/aoo42x/main/vcl/inc/os2/ |
H A D | saldata.hxx | 239 #define SAL_MSG_RELEASEWAITYIELD (WM_USER+118) macro
|
/aoo42x/main/vcl/inc/win/ |
H A D | saldata.hxx | 279 #define SAL_MSG_RELEASEWAITYIELD (WM_USER+112) macro
|
Completed in 19 milliseconds