摘要: //pthread_key_create 使用&key pthread_setspecific pthread_getspecific 直接使用key(作为pkey的索引)//同一个key只能create一次(进程内),否则报22错误,invalid argument//pthread_once & 阅读全文
posted @ 2016-09-16 20:54 navas 阅读(313) 评论(0) 推荐(0)