[development][C] linux 设置线程名称

两个API, 都是linux的. 不是POSIX, 是GNU?  傻傻搞不清楚.

1. pthread_setname_np / pthread_setname_np

2. ptctl 带 PR_GET_NAME / PR_SET_NAME 参数

名字长度带'\0' 16个字符. 推荐第一个, 因为我喜欢第一个, 详细内容可以man, 不在赘述.

┬─[tong@T7:~/Downloads]─[:: AM]
╰─>$ man pthread_setname_np
┬─[tong@T7:~/Downloads]─[:: AM]
╰─>$ man prctl

另外: 我的fish console, 是不是看起来酷酷的? >_>

上一篇:如何使用Charles抓包-- 入门篇


下一篇:Ng Http Request/response格式转换