6 ms·
threads.h are the lowest common denominator. If you want system specific functionality you can always wrap those functions. Static mutex init can be emulated w
by coder23 12y ago
threads.h are the lowest common denominator. If you want system specific functionality you can always wrap those functions.
Static mutex init can be emulated with call_once() function, with some limitations of its own of course.