Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top