answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are the functions of thread?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Movies & Television
Related questions

What is orphan thread meaning in CPU scheduling?

When a particular thread has many dependent thread, and that particular thread is terminated, then all the threads that depends on that terminated thread will no longer belong to something and they will certainly mislead to their each functions. This is what it call orphan thread.


What is the functions of the sewing machine?

http://www.howtofashiondesign.com/DrawingDemo/GarmentDemo.aspx Check out this helpful link it talks about thread tension, stitch plate, bobbin thread. You will have to get through the intro but then you will see


What is thin thread-like structures that contain heredity instructions for cells to survive perform their functions and reproduce?

chromosomes


What are the functions of the RIGID Threader software?

The function of the RIDGID Threader software in manufacturing, is to thread pipe ends so that the pipe can be manually screw-threaded together for assembly.


Different types of threads in OS?

There are many different thread forms in use today. The most common are; BPV thread API thread profile gauge Thread profile gauge API 5b thread gauges API thread gauges Pipe thread gauges API Thread Gauge Manufacturer & Supplier Ring gauge use Pipe threader Acme thread Feeler gauge set Ring gauge set threaded pipe plug step gauge NPT thread gauge Tapered pipe thread


Is an EUE thread a Non-Pressure sealed thread?

EUE thread is a pressure sealed thread as usual completion pup joints thread


What are the different types of thread?

Fine Thread and Course Thread


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 are properties of thread?

thread


Is cotton thread stronger than poly cotton thread?

yes cotton thread is stronger than polycotton thread


Can a thread create a process?

No, a thread can't create aprocess, because the environment of the thread is a part of a process which created this thread.


What is an idle thread?

The special thread a dispatcher will execute when no ready thread is found.