项目作者: dbids-EC440

项目描述 :
Thread Local Storage Implementation for the pthread POSIX API. Use the tls_create / tls_destory functions to create and destroy a local storage area for a thread, tls_write / tls_read to read or write to the local storage area, and tls_clone to clone the local storage area of the target thread to the calling thread. Intended only for practice.
高级语言: C
项目地址: git://github.com/dbids-EC440/TLS_dbids.git
创建时间: 2020-11-01T22:45:18Z
项目社区:https://github.com/dbids-EC440/TLS_dbids

开源协议:

下载