iirc, that is like fdatasync...

however, if someone has a test-case for me, I can run it.

> On Apr 5, 2017, at 6:40 AM, Branko Čibej <br...@apache.org> wrote:
> 
> On 04.04.2017 01:03, Jim Jagielski wrote:
>> pthread_cond_timedwait() is available under OSX but neither
>> PTHREAD_CONDATTR_SETPSHARED or pthread_condattr_setpshared are.
> 
> From /usr/include/pthread.h on my mac:
> 
> __OSX_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_2_0)
> int pthread_condattr_setpshared(pthread_condattr_t *, int);
> 
> 
> Certainly looks like it's available.
> 
> 
> -- Brane
> 

Reply via email to