K 10 svn:author V 5 trasz K 8 svn:date V 27 2020-08-24T14:26:48.883078Z K 7 svn:log V 313 MFC r357492 by dchagin: For code reuse in Linuxulator rename get_proccess_cputime() and get_thread_cputime() and add prototypes for it to . As both functions become a public interface add process lock assert to ensure that the process is not exiting under it. Fix whitespace nit while here. END