请输入您要查询的百科知识:

 

词条 pthread_key_create
释义

头文件:

#include <pthread.h>

函数原型:

int pthread_key_create(pthread_key_t *key, void (*destructor)(void*));

参数说明:

第一个参数为指向一个键值的指针,第二个参数指明了一个destructor函数,如果这个参数不为空,那么当每个线程结束时,系统将调用这个函数来释放绑定在这个键上的内存块。

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2025/1/11 5:31:39