Home
last modified time | relevance | path

Searched defs:CLOSE_HANDLE (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_fd.h25 #define CLOSE_HANDLE(h) macro
31 #define CLOSE_HANDLE(h) do { close(h); } while (0) macro