Answer Posted / vidya
If you compile using _REENTRANT option, the thread-safe
functions are automatically substituted for the non thread
safe function. You need not specify *_r, you only use *
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the working set of a process?
List the system calls used for process management?
explain about the initial process sequence while the system boots up?
Explain what are the main families of threads?
Tell me when should we use thread-safe "_r" library calls?
How to work unix commands on windows xp without installing unix o/s in pc?
Explain what are threads?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
Explain the architectural differences between user-space threads, and kernel-supported threads?
Explain similarities between thread and process?
If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?
Explain the different kinds of threads?
How would you kill a process?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain what is scheduling?