Displaying 5 results from an estimated 5 matches for "wait_all".
2012 Mar 27
0
App. Delisprint hangs on second run
...598)
3 0x7bc79e6b NTDLL_wait_for_multiple_objects+0x23a(count=0x1, handles=0xa4e820, flags=0x4, timeout=(nil), signal_object=<is not available>) [/build/buildd/wine1.3-1.4/dlls/ntdll/sync.c:1122] in ntdll (0x00a4e7b8)
4 0x7bc79f6b NtWaitForMultipleObjects+0x5a(count=0x1, handles=0xa4e820, wait_all=0, alertable=0, timeout=(nil)) [/build/buildd/wine1.3-1.4/dlls/ntdll/sync.c:1160] in ntdll (0x00a4e7e8)
5 0x7bc79fbc NtWaitForSingleObject+0x3b(handle=0x8c, alertable=0, timeout=(nil)) [/build/buildd/wine1.3-1.4/dlls/ntdll/sync.c:1169] in ntdll (0x00a4e818)
6 0x7bc3f367 server_ioctl_file+0x226(...
2004 Oct 23
0
win32-ipc, with blocks (code review please)
...rgc,argv,"11",&rbObject,&rbTimeout);
if(TYPE(rbObject)!=T_ARRAY) {
rb_raise(rb_eArgError,"Invalid Object Handles");
}
if(rbTimeout!=Qnil) dwTimeout = NUM2UINT(INFINITE);
return wait_for_multiple(klass,rbObject,FALSE,dwTimeout);
}
static VALUE ipc_wait_all(int argc, VALUE* argv, VALUE klass)
{
VALUE rbObject, rbTimeout;
DWORD dwTimeout = INFINITE;
rb_scan_args(argc,argv,"11",&rbObject,&rbTimeout);
if(TYPE(rbObject)!=T_ARRAY) {
rb_raise(rb_eArgError,"Invalid Object Handles");
}
if(rbTimeout!=...
2001 Aug 09
2
Printing AND memory
Does anyone know why I am getting an error message about "insufficient
memory" when I try to print from wine? I am running Lotus Notes 5.0.6.
Thanks
Richard
2003 Jan 19
1
Applications start with title bar grayed
When I try to start notepad, it starts with a grayed title bar,
like it wasnt active. I cant enter text into the input window.
Strange thing, menus work.
To get it look like active and type text, I must select the system menu
and "About wine".
After closing the new window (that has appeared as active), i see that
notepad appears
active and I can enter text.
Has someone this issue ?
2014 Sep 05
0
Wine release 1.7.26
...s: Test for S_OK return value in a clean way.
advapi32: Switch to heap helpers in the rest of the code.
dwrite/tests: Initial tests for SetLineBreakpoints().
msvcrt: Implement llabs().
ntdll: NtWaitForMultipleObjects()'s third arguments means 'wait_any', not 'wait_all'.
qedit: Use V_BSTR() to access BSTR data.
quartz: Use V_* macros to access variant members.
devenum: Use V_* macros to access variant data.
usp10: Add a missing 'break' for rule LB20.
dwrite: Implement AnalyzeLineBreakpoints() using Unicode breaking algori...