Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7158181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:01:10+00:00 2026-05-28T13:01:10+00:00

While reading up on POSIX threading, I came across an example of thread-specific-data. I

  • 0

While reading up on POSIX threading, I came across an example of thread-specific-data. I did have one area of confusion in my mind…

The thread-specific-data interface looks a little clunky, especially once you mix in having to use pthread_once, the various initializers, etc.

Is there any reason I can’t just use a static std::map where the key is the pthread_self() id and the data value is held in the second part of the std::pair?

I can’t think of a reason that this wouldn’t work as long as it was wrapped in a mutex, but I see no suggestion of it or anything similar which confuses me given it sounds much easier than the provided API. I know threading can have alot of catch-22’s so I thought I’d ask and see if I was about to step in… something unpleasant? 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T13:01:11+00:00Added an answer on May 28, 2026 at 1:01 pm

    I can’t think of a reason that this wouldn’t work as long as it was wrapped in a mutex

    That in itself is a very good reason; implemented properly, you can access your thread-specific data without preventing other threads from simultaneously creating or accessing theirs.

    There’s also general efficiency (constant time access, versus logarithmic time if you use std::map), no guarantee that pthread_t has a suitable ordering defined, and automatic cleanup along with all the other thread resources.

    You could use C++11’s thread_local keyword, or boost::thread_specific_ptr, if you don’t like the Posix API.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While reading Joe Albahari's excellent book Threading in C# I came across the following
While reading Bruce Eckel i came across the following example: #include <cstdio> #include <cstdlib>
While reading http://en.wikipedia.org/wiki/C_preprocessor#Multiple_evaluation_of_side_effects , I came across this example: \#define max(a,b) \ ({ typeof
While reading the QuickCheck Manual , I came across the following example: prop_RevRev xs
While reading a book about JavaScript I stumbled across an example: var names =
While reading a code I came across, the following definition and initialization of a
While reading SICP I came across logic programming chapter 4.4. Then I started looking
While reading some documentation here , I came across this: unsigned unitFlags = NSYearCalendarUnit
While reading Java Security I came across the below sentences but could not get
While reading this question , I came across @Johannes 's answer. template<typename> struct void_

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.