thread-specific-storage Questions

7

As per pthread_key_create man page we can associate a destructor to be called at thread shut down. My problem is that the destructor function I have registered is not being called. Gist of my code ...
Binky asked 2/7, 2014 at 2:28

2

Solved

I've read Kerrisk's The Linux Programming Interface: A Linux and UNIX System Programming Handbook, Chapter 31 on Threads. The chapter include Thread Specific Data (Section 31.3.4) and Thread Local ...
1

© 2022 - 2024 — McMap. All rights reserved.