Searched refs:thread_time (Results 1 – 2 of 2) sorted by relevance
40 ULARGE_INTEGER thread_time; in qcrypto_pbkdf2_get_thread_cpu() local48 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()52 *val_ms = thread_time.QuadPart / 10000ll; in qcrypto_pbkdf2_get_thread_cpu()
71 if not hasattr(time, 'thread_time'):