search for: criticalsection

Displaying 6 results from an estimated 6 matches for "criticalsection".

Did you mean: critical_section
2009 May 17
1
[LLVMdev] RFC: Atomics.h
On May 17, 2009, at 5:23 AM, Luke Dalessandro wrote: > Owen Anderson wrote: >> >> On May 16, 2009, at 7:47 PM, Luke Dalessandro wrote: >> >>> Also, atomic ops are usually pretty low level things used for >>> nonblocking algorithms or to build higher level locking >>> constructs. Is >>> that the plan here too? It seems like you'd want
2004 Nov 15
0
[LLVMdev] Fixes for windows version
...; > if (CleanupExecuted) > @@ -81,7 +81,7 @@ > if (FilesToRemove == NULL) > FilesToRemove = new std::vector<sys::Path>; > > - FilesToRemove->push_back(sys::Path(Filename)); > + FilesToRemove->push_back(sys::Path(Filename.get())); > > LeaveCriticalSection(&CriticalSection); > } > Index: lib/System/Win32/Win32.h > =================================================================== > RCS file: /var/cvs/llvm/llvm/lib/System/Win32/Win32.h,v > retrieving revision 1.1 > diff -u -r1.1 Win32.h > --- lib/System/Win32/Win32.h 15 Sep...
2014 Sep 19
0
Wine release 1.7.27
...Break fontfamily data into its own structure. Austin English (3): ws2_32: Don't assume AI_V4MAPPED is available. wbemprox: Include winsock.h earlier for NetBSD. wineconsole: Only use getmouse when HAVE_MOUSEMASK is defined. Daniel Lehman (1): ntdll: Use the configured CriticalSection timeout in RtlpWaitForCriticalSection. Eric Kohl (2): advapi32/tests: Fix typos in test_LsaLookupNames2. rpcrt4: Fix buffer size calculation for arrays with embedded pointers. Fran?ois Gouget (2): dpnet/tests: Make test_lobbyclient() static. msvcrt: Prefix _set_output_form...
2004 Nov 15
2
[LLVMdev] Fixes for windows version
Hi, when I updated the sources today there were several small problems that stopped the windows version from compiling, here are the patches m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: win32patches.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041115/34634455/attachment.txt>
2007 Oct 26
0
Wine release 0.9.48
.... wrc: Remove redundant NULL check before free(). Found by Smatch. winex11.drv: Fix two missing unlocks on error paths. Found by Smatch. mshtml/tests: Move the 'const' after REFIID as REFIID is a macro that already starts with 'const'. winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch. winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch. Mikolaj Zalewski (15): comdlg32: NULL name in PRINTDLG_SetUpPrinterListComboA is correct so don't print a FIXME. ntdll: Add some tests for RtlIsTextUnicode....
2007 May 11
0
Wine release 0.9.37
...ile. Laurent Vromman (1): gdi32: Complete WidenPath implementation. Louis Lenders (2): kernel32: Add stub for BindIoCompletionCallback. gdi32: Add check for null pointer in SetDIBitsToDevice. Maarten Lankhorst (2): winealsa: Improve sound mixer detection. winmm: Use criticalsection for determining wether timer is synchronously killable. Marcus Meissner (3): riched32: Avoid implicit time(). server: set_server_state needs to be called with non-NULL server. msi/tests: Increase buffer size a bit. Miko?aj Zalewski (4): user32: Fix TabbedTextOut. com...