[webkit-reviews] review requested: [Bug 138964] wtf: Implement thread naming for linux with glibc < 2.12 / other libcs : [Attachment 242045] Thread name patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 21 07:30:43 PST 2014


cand <cand at gmx.com> has asked  for review:
Bug 138964: wtf: Implement thread naming for linux with glibc < 2.12 / other
libcs
https://bugs.webkit.org/show_bug.cgi?id=138964

Attachment 242045: Thread name patch

https://bugs.webkit.org/attachment.cgi?id=242045&action=review




--- Description ---
Add support for naming threads on Linux. setname_np is only available on recent
glibc, whereas prctl is there on every libc.

The scavenger thread name is shortened a bit, as the Linux limit is 15 chars.


More information about the webkit-reviews mailing list