Home
last modified time | relevance | path

Searched refs:thread_time (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/crypto/
H A Dpbkdf.c40 ULARGE_INTEGER thread_time; in qcrypto_pbkdf2_get_thread_cpu() local
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()
52 *val_ms = thread_time.QuadPart / 10000ll; in qcrypto_pbkdf2_get_thread_cpu()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch71 if not hasattr(time, 'thread_time'):