License
Standards
The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
D header file for POSIX.
int pthread_atfork(void function() @nogc, void function() @nogc, void function() @nogc) @nogc extern(C) nothrowint pthread_attr_getschedparam(const scope pthread_attr_t *, sched_param *) @nogc extern(C) nothrowint pthread_attr_setschedparam(const scope pthread_attr_t *, sched_param *) @nogc extern(C) nothrowint pthread_cond_init(const scope pthread_cond_t *, pthread_condattr_t *) extern(C) nothrow @nogc @trustedint pthread_cond_timedwait(pthread_cond_t *, pthread_mutex_t *, const scope timespec *) extern(C) nothrow @nogcint pthread_create(pthread_t *, const scope pthread_attr_t *, void * function(void *), void *) extern(C) nothrow @nogcint pthread_rwlock_init(pthread_rwlock_t *, const scope pthread_rwlockattr_t *) extern(C) nothrow @nogc