1.pthread_setname_np //给thread命名,ps和top命令可以显示,对调试比较有用2.pthread_once(fn) //fn只跑一次函数,可以做些初始化3.pthread_setspecific //设置线程本地变量