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 7846697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:40:13+00:00 2026-06-02T17:40:13+00:00

Is it possible to determine if a pthread_t struct I have declared is unused?

  • 0

Is it possible to determine if a pthread_t struct I have declared is unused? I have an array of pthread_t structs, and at the end of my program I call pthread_join() on each, but if some of them are never used I don’t want to call pthread_join() on them. What’s the best way to tell if a pthread_t struct has gone unused?

  • 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-06-02T17:40:14+00:00Added an answer on June 2, 2026 at 5:40 pm

    The pthread_t object passed to pthread_join() must refer to a joinable thread. So you need to track this yourself – keep a flag alongside the pthread_t object to track whether it’s used (maybe package the flag in a struct with the pthread_t).

    Just keep in mind that in addition to not having used the pthread_t object yet, if you detach from or join the thread, you need to clear the flag as well (I’m not sure if this is an exhaustive list of when a pthread_t object becomes ‘non-joinable’…).

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

Sidebar

Related Questions

Possible Duplicate: Determine framework (CLR) version of assembly I have a library/DLL file which
Is it possible to determine if a Microsoft .NET program is running on a
Is it possible to determine the byte, or bytes, that have changed from a
Possible Duplicate: Determine device (iPhone, iPod Touch) with iOS I have tried to get
Is it possible to determine which submit button was used? I have a confirmation
Is it possible to determine the size of an array if it was passed
Possible Duplicate: Determine original name of variable after its passed to a function. I
Is it possible to determine which property of an ActiveX control is the default
Is it possible to determine a specific file's fragmentation status (that is, the amount
Is it possible to determine the average of concurrent connections on a 10g large

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.