[Wine] GetThreadTimes() returning process times.

red-ray wineforum-user at winehq.org
Thu Apr 14 18:04:50 CDT 2011


When I call GetThreadTimes() all my process threads have exactly the same CPU times. I expect this is because GetThreadTimes()  uses the times() function via the times(&time_buf); on line 942 in ntdll/thread.c which returns the process rather than the thread times.

I have failed to find a *nix function to get thread times, does one exist please?







More information about the wine-users mailing list