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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:16:03+00:00 2026-06-13T11:16:03+00:00

I want to create a constructor for my thread class which can create a

  • 0

I want to create a constructor for my thread class which can create a single thread and it should return when the thread starts running at the entry point

Entry point will be some class function which will be passed during run time. Derived class function cannot be changed and it wont update any shared variable which could be checked.

How can I make sure that the pthread I created starts executing at the entry point I specify

  • 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-13T11:16:03+00:00Added an answer on June 13, 2026 at 11:16 am

    That’s is not a good idea.

    The constructor of the base class is run first. So if the base class constructor does not return until the thread has reached the entry point then the thread is running inside an object who’s constructor has not run. Thus is completely uninitiated.

    If the entry point is a virtual method that is defined in a derived type then you have definitely invoked undefined behavior.

    This is also why most threading classes are not designed this way. Usually you create the thread object. Then call a method like start() which runs a function/method or runable object passed as a parameter. This way you know that the object representing the thread is fully constructed and all members are correctly initialized.

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

Sidebar

Related Questions

I want to create a service which will run on a separate thread (not
I want to create a thread-safe collection that can be modified while being enumerated.
I want to create two and three dimensional vectors using a constructor in a
In my constructor, I want to create a random color. Therefore, I need three
I want create wordpress website into which I want create user management... That means
I want create an application with animate button? how can i do? after click
I want create module which update list of usb devices automatically (not only mass
I'm writing a class library that will offer some asynchronous processing, and want to
I have a Java class called CreateThread which creates one thread, everytime an object
I create a class that allows me to open a single instance of my

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.