commit | 0d95c795b44b76e1b60dfc119fd93cfd0cb35816 | [log] [tgz] |
---|---|---|
author | Руслан Ижбулатов <lrn1986@gmail.com> | Tue Apr 14 02:22:54 2015 +0000 |
committer | Руслан Ижбулатов <lrn1986@gmail.com> | Wed Apr 15 09:36:31 2015 +0000 |
tree | 02efc3d820ea425b056f85344e6c3443fd083b0b | |
parent | 4bb17f10dded65a2690de1dc6aee1509a56e56fc [diff] |
Implement pthread_setname_np and pthread_getname_np These should be compatible with Linux, pthreads-win32 (Linux mode) and Cygwin implementations (but not OSX, BSD or pthreads-win32 (BSD mode)). Based on MSDN code[1]. [1] https://msdn.microsoft.com/en-us/library/xcb2z8hs%28v=vs.71%29.aspx