Home
last modified time | relevance | path

Searched refs:overlapped (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DLockFileWindows.cpp21 OVERLAPPED overlapped = {}; in fileLock() local
23 if (!::LockFileEx(file_handle, flags, 0, len, 0, &overlapped) && in fileLock()
28 if (!::GetOverlappedResult(file_handle, &overlapped, &bytes, TRUE)) in fileLock()
63 OVERLAPPED overlapped = {}; in DoUnlock() local
65 if (!::UnlockFileEx(m_file, 0, m_len, 0, &overlapped) && in DoUnlock()
70 if (!::GetOverlappedResult(m_file, &overlapped, &bytes, TRUE)) in DoUnlock()
/openbsd/usr.sbin/npppd/npppd/
H A Dradius_req.c54 struct overlapped { struct
101 struct overlapped *lap; in radius_request()
178 struct overlapped *lap; in radius_request_can_failover()
198 struct overlapped *lap; in radius_request_failover()
269 struct overlapped *lap; in radius_prepare()
311 struct overlapped *lap = ctx; in radius_cancel_request()
341 struct overlapped *lap; in radius_get_server_secret()
353 struct overlapped *lap; in radius_get_server_address()
362 radius_request0(struct overlapped *lap) in radius_request0()
412 struct overlapped *lap; in radius_request_io_event()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DWindowsMMap.c133 OVERLAPPED overlapped; in lock() local
134 ZeroMemory(&overlapped, sizeof(OVERLAPPED)); in lock()
135 overlapped.hEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in lock()
136 BOOL result = LockFileEx(handle, flags, 0, MAXDWORD, MAXDWORD, &overlapped); in lock()
150 if (!GetOverlappedResult(handle, &overlapped, &dwNumBytes, TRUE)) in lock()
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-z80.texi203 The section is to be overlapped with other sections of the same name by
/openbsd/share/snmp/
H A DVM-MIB.txt797 -- document defines some overlapped objects with hrStorage in
/openbsd/gnu/llvm/llvm/lib/Target/
H A DREADME.txt2120 We don't fold this because we don't want to introduce an overlapped live range
/openbsd/gnu/gcc/libcpp/po/
H A Dja.po7883 #~ msgid "In %s: overlapped variable and exception ranges at %d"
H A Drw.po17156 #~ msgid "In %s: overlapped variable and exception ranges at %d"
H A Dda.po13845 #~ msgid "In %s: overlapped variable and exception ranges at %d"
/openbsd/gnu/usr.bin/gcc/gcc/po/
H A Dbe.po19798 msgid "In %s: overlapped variable and exception ranges at %d"
H A Del.po20093 msgid "In %s: overlapped variable and exception ranges at %d"
H A Dgcc.pot19954 msgid "In %s: overlapped variable and exception ranges at %d"
H A Dja.po20575 msgid "In %s: overlapped variable and exception ranges at %d"
H A Dnl.po20378 msgid "In %s: overlapped variable and exception ranges at %d"
H A Dde.po19684 msgid "In %s: overlapped variable and exception ranges at %d"
H A Dsv.po20330 msgid "In %s: overlapped variable and exception ranges at %d"
H A Drw.po22578 msgid "In %s: overlapped variable and exception ranges at %d"
H A Dca.po19695 msgid "In %s: overlapped variable and exception ranges at %d"
H A Dda.po19837 msgid "In %s: overlapped variable and exception ranges at %d"
H A Dtr.po19965 msgid "In %s: overlapped variable and exception ranges at %d"
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.63677 clear overlapped value, don't just CC_STATUS_INIT.