red-ray wrote: > I have failed to find a *nix function to get thread times, does one exist that generally available such that it could be used by Wine please? That info is available in /proc/<PID>/task/<TID>/stat files. See man 5 proc for description of what each field means.