Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/windows/
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/src/usr.sbin/npppd/npppd/
Dradius_req.c54 struct overlapped { struct
71 static int radius_request0(struct overlapped *); argument
72 static int radius_prepare_socket(struct overlapped *);
101 struct overlapped *lap; in radius_request()
178 struct overlapped *lap; in radius_request_can_failover()
198 struct overlapped *lap; in radius_request_failover()
219 radius_prepare_socket(struct overlapped *lap) in radius_prepare_socket()
269 struct overlapped *lap; in radius_prepare()
276 if ((lap = calloc(1, sizeof(struct overlapped))) == NULL) { in radius_prepare()
311 struct overlapped *lap = ctx; in radius_cancel_request()
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
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/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-z80.texi203 The section is to be overlapped with other sections of the same name by
/openbsd/src/share/snmp/
DVM-MIB.txt797 -- document defines some overlapped objects with hrStorage in
/openbsd/src/gnu/llvm/llvm/lib/Target/
DREADME.txt2120 We don't fold this because we don't want to introduce an overlapped live range
/openbsd/src/gnu/gcc/libcpp/po/
Dja.po7883 #~ msgid "In %s: overlapped variable and exception ranges at %d"
Drw.po17156 #~ msgid "In %s: overlapped variable and exception ranges at %d"
Dda.po13845 #~ msgid "In %s: overlapped variable and exception ranges at %d"
/openbsd/src/gnu/usr.bin/gcc/gcc/po/
Dgcc.pot19954 msgid "In %s: overlapped variable and exception ranges at %d"
Del.po20093 msgid "In %s: overlapped variable and exception ranges at %d"
Dbe.po19798 msgid "In %s: overlapped variable and exception ranges at %d"
Dnl.po20378 msgid "In %s: overlapped variable and exception ranges at %d"
Dja.po20575 msgid "In %s: overlapped variable and exception ranges at %d"
Dde.po19684 msgid "In %s: overlapped variable and exception ranges at %d"
Drw.po22578 msgid "In %s: overlapped variable and exception ranges at %d"
Dsv.po20330 msgid "In %s: overlapped variable and exception ranges at %d"
Dca.po19695 msgid "In %s: overlapped variable and exception ranges at %d"
Dda.po19837 msgid "In %s: overlapped variable and exception ranges at %d"
Dtr.po19965 msgid "In %s: overlapped variable and exception ranges at %d"
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.63677 clear overlapped value, don't just CC_STATUS_INIT.