Searched refs:fwk_time_ctx (Results 1 – 1 of 1) sorted by relevance
18 } fwk_time_ctx; variable22 struct fwk_time_driver driver = fmw_time_driver(&fwk_time_ctx.driver_ctx); in fwk_time_init()24 (void)memcpy(&fwk_time_ctx.driver, &driver, sizeof(driver)); in fwk_time_init()29 if (fwk_time_ctx.driver.timestamp == NULL) { in fwk_time_current()33 return fwk_time_ctx.driver.timestamp(fwk_time_ctx.driver_ctx); in fwk_time_current()
Completed in 2 milliseconds