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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:52:29+00:00 2026-05-24T10:52:29+00:00

What is a re entrant procedure and can you give an example scenario of

  • 0

What is a re entrant procedure and can you give an example scenario of when it is used?

Edit: Also, can multiple processes access a re entrant procedure in parallel?

Please provide a different way of explaining than wikipedia as I don’t totally understand their description hence my question here

  • 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-24T10:52:30+00:00Added an answer on May 24, 2026 at 10:52 am

    The idea behind re-entrancy is that the routine may be called while it is in the middle of executing already and it will still work right.

    Generally this is achieved by it using only parameters and local variables declared on the stack (in C terms, no static locals). It would also be important that it not lock any global resources during execution.

    Now, you may ask, “How would such a weird thing as a routine being run multiple times at once happen?” Well, some ways this could happen are:

    • The routine is recursive (or mutually-recursive with some other set of routines).
    • It gets called by another thread.
    • It gets called by an interrupt.

    If any of these happen, and the routine is modifying a global (or C static local), then the new execution could potentially wipe out the changes the first execution made. As an example, if that global was used as a loop control variable, it might cause the first execution, when it finally gets to resume, to loop the wrong number of times.

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

Sidebar

Related Questions

Are the vectors defined in the C++ STL re-entrant or thread safe? Can I
Folks, I can't find the re-entrant version of syslog() for Linux...is there one? And
strtok() function uses static variable. Thus it's not re-entrant. and cannot be used to
Could someone tell me what code can be called re-entrant code? I came across
Is the malloc() function re-entrant?
In C I know about the recursive function but I heard about the re-entrant
What is the difference between? Self message Recursive message Re-entrant message thanks
Here is a meaningless extension method as an example: public static class MyExtensions {
Can you tell me a best script / program that will pull a winner
I'm newbie to flex. I'm trying to write a simple re-entrant lexer/scanner with flex.

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.