Searched refs:user_time (Results 1 – 1 of 1) sorted by relevance
39 FILETIME creation_time, exit_time, kernel_time, user_time; in qcrypto_pbkdf2_get_thread_cpu() local43 &kernel_time, &user_time)) { in qcrypto_pbkdf2_get_thread_cpu()48 thread_time.LowPart = user_time.dwLowDateTime; in qcrypto_pbkdf2_get_thread_cpu()49 thread_time.HighPart = user_time.dwHighDateTime; in qcrypto_pbkdf2_get_thread_cpu()69 *val_ms = ((info.user_time.seconds * 1000ll) + in qcrypto_pbkdf2_get_thread_cpu()70 (info.user_time.microseconds / 1000)); in qcrypto_pbkdf2_get_thread_cpu()