answersLogoWhite

0

No. A process is composed of one or more threads. Threads can invoke any function of the process.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

What is the difference between a Rp and a G thread?

They are both the same thread. They are both calling out a British Parallel Pipe thread. Please do not assume that this is the same as the standard North American pipe thread, as it is not close to the same.


What is the actual functionality of pthread init?

Its a thread initialization function.


What is the difference between deadlock and a race condition?

Race ConditionsA race condition occurs when two threads access a shared variable at the same time. The first thread reads the variable, and the second thread reads the same value from the variable. Then the first thread and second thread perform their operations on the value, and they race to see which thread can write the value last to the shared variable. The value of the thread that writes its value last is preserved, because the thread is writing over the value that the previous thread wrote.DeadlocksA deadlock occurs when two threads each lock a different variable at the same time and then try to lock the variable that the other thread already locked. As a result, each thread stops executing and waits for the other thread to release the variable. Because each thread is holding the variable that the other thread wants, nothing occurs, and the threads remain deadlocked.


How are arguments passed to a function?

Arguments are passed to functions via the thread's function call stack. Every thread has its own call stack, which is a small region of contiguous, fixed-size memory that extends downwards into lower addresses. The stack is allocated when the thread is instantiated and deallocated when the thread terminates thus there is minimal cost in using the stack. Data is pushed and popped from the stack while a stack pointer keeps track of the top of the stack (the lowest unused address).


What is notify function in java?

The notify() method is used in Thread Communication between two threads along with the wait() method

Related Questions

What is the function of the thread guides on the sewing machine?

The thread guide keeps the thread going straight in one direction.


What is the function of the thread guide on the sewing machine?

The thread guide keeps the thread going straight in one direction.


What is the difference between a Rp and a G thread?

They are both the same thread. They are both calling out a British Parallel Pipe thread. Please do not assume that this is the same as the standard North American pipe thread, as it is not close to the same.


What is the function of handle in sewing machine?

guides the thread??


What is the Function of Long Needle?

the function of long needle thread will direct in the long needle.


What is the function of screw thread?

it is what allows the screw to grip into the material its being screwed into. a screw without a thread is a nail


What is the actual functionality of pthread init?

Its a thread initialization function.


Is cotton thread and silk thread spun and woven in same manner?

Well, it is very similar but, no. It's not the same.


What is a PTF thread?

A PTF thread is the same as a NPT thread except that it has one thread less at the small diameter end. It is used when there are space (depth) considerations.


What is the function of the sewing needles?

Pierces the fabric to pull the thread through.


What is the function of the tension regulator?

Mechanism which controls delivery of upper thread.


Is thread as used by Intel in their marketing for Hyper-Threading Technology same as the thread that is talked about when discussing the difference between a process and a thread?

No.