Sets result to the sum of time_1 and time_2. Assumes time_1 and time_2 are in standard time format (i.e., does not check for integer overflow of the usec value).
void xAddTime(XTime *result, XTime time_1, XTime time_2)