Copied: From core/sys/freebsd/sys
core.sys.dragonflybsd.pthread_np
D header file for DragonFlyBSD
alias pthread_switch_routine_t
fn pthread_attr_get_np pthread_attr_getaffinity_np pthread_attr_setaffinity_np pthread_attr_setcreatesuspend_np pthread_getaffinity_np pthread_main_np pthread_multi_np pthread_mutexattr_getkind_np pthread_mutexattr_setkind_np pthread_resume_all_np pthread_resume_np pthread_set_name_np pthread_setaffinity_np pthread_single_np pthread_suspend_all_np pthread_suspend_np pthread_switch_add_np pthread_switch_delete_np pthread_timedjoin_np
Types 1
aliaspthread_switch_routine_t = void function(pthread_t, pthread_t)
Functions 19
fn
int pthread_attr_getaffinity_np(const(pthread_attr_t) *, size_t, cpuset_t *) extern(C) nothrow @nogc @systemfn
int pthread_attr_setaffinity_np(pthread_attr_t *, size_t, const(cpuset_t) *) extern(C) nothrow @nogc @system