Changeset 3456 for pjproject/trunk/pjlib/include/pj/os.h
- Timestamp:
- Mar 16, 2011 9:22:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/os.h
r3423 r3456 1170 1170 1171 1171 /** 1172 * Get monotonic time since some unspecified starting point. 1173 * 1174 * @param tv Variable to store the result. 1175 * 1176 * @return PJ_SUCCESS if successful. 1177 */ 1178 PJ_DECL(pj_status_t) pj_gettickcount(pj_time_val *tv); 1179 1180 /** 1172 1181 * Acquire high resolution timer value. The time value are stored 1173 1182 * in cycles.
Note: See TracChangeset
for help on using the changeset viewer.