what is the mechanism used for inter thread communication

Status
Not open for further replies.

bagavathi

Member level 3
Joined
Nov 15, 2011
Messages
58
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Tamil Nadu,India
Activity points
1,686
ipc mechanism is mainly for interprocess communication .for inter thread communication any mechanism is there?
 

What is inter thread communication have to do with FPGAs or other programmable logic (hardware)? The only hits on google deal with Java and other programming languages?

Explain your question and how it relates to FPGAs.
 

Put data where it can be accessed globally. Example, if you wish to pass the value of a variable, store it in a memory byte where the other thread (process, function) can access it. It is a workaround if you cannot pass the variable directly between the two functions.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…