Searched defs:TV2MILLISEC (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dldap-int.h54 #undef TV2MILLISEC macro
55 #define TV2MILLISEC(tv) (((tv)->tv_sec * 1000) + ((tv)->tv_usec/1000)) macro

Completed in 116 milliseconds