Lines Matching refs:elapsed
37 asr_uint32_t elapsed; member
55 tmp->elapsed = 0; in PCPUTimerCreate()
110 timer->elapsed = in PCPUTimerStop()
124 ESR_ReturnCode PCPUTimerGetElapsed(PCPUTimer *timer, asr_uint32_t *elapsed) in PCPUTimerGetElapsed() argument
126 if (timer == NULL || elapsed == NULL) return ESR_INVALID_ARGUMENT; in PCPUTimerGetElapsed()
138 *elapsed = timer->elapsed + in PCPUTimerGetElapsed()
144 *elapsed = timer->elapsed; in PCPUTimerGetElapsed()
157 timer->elapsed = 0; in PCPUTimerReset()
169 asr_uint32_t elapsed; member
184 tmp->elapsed = 0; in PCPUTimerCreate()
221 ESR_ReturnCode PCPUTimerGetElapsed(PCPUTimer *timer, asr_uint32_t *elapsed) in PCPUTimerGetElapsed() argument