Quantcast
Channel: SystemC Language Forum RSS Feed
Viewing all articles
Browse latest Browse all 595

thread

$
0
0

hi,

 

   In systemc is in possible to invoke the same function using multiple threads ?

like in c++:

 

std::thread th1 (print_block,50,);
std::thread th2 (print_block,50,);


Viewing all articles
Browse latest Browse all 595

Trending Articles