Searched defs:os_time (Results 1 – 2 of 2) sorted by relevance
21 struct os_time { struct22 os_time_t sec; argument23 os_time_t usec; argument
344 static int os_time (lua_State *L) { in os_time() function