OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:safe_closehandle
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/os/
windows_common.h
49
#define
safe_closehandle
(h) do {if (h != INVALID_HANDLE_VALUE) {CloseHandle(h); h = INVALID_HANDLE_VALUE;}} while(0)
macro
windows_winusb.c
[
all
...]
Completed in 404 milliseconds