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

Blocking call in SystemC METHOD kind process

$
0
0

Can I use blocking system call of kernel, In systemC METHOD process, More specifically suppose I wanted to use mutex lock call on unix system.

 

pthread_mutex_lock is a blocking call, and I am using it for some kind of synchronixation between kernel thread and systemC process(SC_METHOD).

 

What should be a proper approach ?


Viewing all articles
Browse latest Browse all 595

Trending Articles