Displaying 2 results from an estimated 2 matches for "_locking".
Did you mean:
blocking
2007 Sep 05
4
a piece of code in dtrace pseudo device
Dear all:
In dtrace.c, function dtrace_probe_create(), there''re a piece of code:
id = (dtrace_id_t)(uintptr_t)vmem_alloc(dtrace_arena, 1,
VM_BESTFIT | VM_SLEEP);
id is uint32_t, and I think id is used as an index to array dtrace_probes[]
but why not just use id = cur_value + 1, cur_value is a global variable to
record the lastest id?
Is this a trick? for what?
Thanks :)
2014 Dec 12
0
Wine release 1.7.33
...regsvr32: Update program version.
dwrite_2.idl: Protect from D3DCOLORVALUE redefinition.
Piotr Caban (6):
msvcrt: Call CreateProcess with CREATE_UNICODE_ENVIRONMENT flag in exec functions family.
msvcrt: Use fd critical section in _eof.
msvcrt: Use fd critical section in _locking.
msvcrt: Use fd critical section in _lseeki64.
msvcrt: Use fd critical section in _chsize_s.
msvcrt: Use fd critical section in _fstat64.
Qian Hong (1):
usp10: Make sure fallbackFont is NULL terminated.
Sebastian Lackner (3):
ws2_32/tests: Fix several copy and paste...