OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__lasterror
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libgcc/config/i386/
gthr-win32.h
595
DWORD
__lasterror
;
local
598
__lasterror
= GetLastError ();
602
SetLastError (
__lasterror
);
gthr-win32.h
595
DWORD
__lasterror
;
local
598
__lasterror
= GetLastError ();
602
SetLastError (
__lasterror
);
/src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32.h
703
DWORD
__lasterror
= GetLastError ();
local
705
SetLastError (
__lasterror
);
gthr-win32.h
703
DWORD
__lasterror
= GetLastError ();
local
705
SetLastError (
__lasterror
);
Completed in 35 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026