J
J
jov2012-10-01 07:55:23
linux
jov, 2012-10-01 07:55:23

Crossplatform sync library?

Please tell me if there exists in nature a dynamically linked C-library for thread synchronization in the fastest implementation for the execution environment. That is, for linux (> 2.6) - Futex, win32 - Critical section, etc? or I do not understand correctly the "physics of the process" and this cannot be in principle, that is, it must be implemented in the program code?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
ixSci, 2012-10-01
@ixSci

Is it critical that C or C++ is also possible? C++ is much easier in this regard. Yes, and the requirement of a dynamic library is not clear, what did the statics not please you with?

V
virl, 2013-11-24
@virl

There is - boost is called.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question