Hello
If you don't know what is futex and linuxthreads-0.9, please, don't reply.
Can I mix in one program futex-based mutex with mutex from linuxthreads-0.8 or -0.9 (which was used in all glibc <=2.2 and in all uClibc) ?
I need interprocess mutex (pshared one, PTHREAD_PROCESS_SHARED).
So, If threads are started and managed by linuxthreads pthread_manager, will it be confused by futex-based sleep and wake?
Can I use futex-based mutexes both for inter-process and inter-thread synchronization?