What does \"_np\" suffix mean here:
pthread_mutex_timedlock_np
or in macros
PTHREAD_MUTEX_TIMED_NP
Upd:>
It stands for Non Portable.
That is, it's platform specific extensions to the standard pthreads functions.