Searched refs:wxGetTimeOfDay (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstopwatch.cpp99 // define wxGetTimeOfDay() to hide this difference
103 #define wxGetTimeOfDay(tv, tz) gettimeofday(tv) macro
105 #define wxGetTimeOfDay(tv, tz) gettimeofday((tv), (tz)) macro
282 if ( wxGetTimeOfDay(&tp, (struct timezone *)NULL) != -1 )
289 wxLogError(_("wxGetTimeOfDay failed."));

Completed in 56 milliseconds