Home
last modified time | relevance | path

Searched refs:inheritsched (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c279 int inheritsched; in pthread_attr_clone() local
280 error = pthread_attr_getinheritsched(old_attr, &inheritsched); in pthread_attr_clone()
282 error = pthread_attr_setinheritsched(attr, inheritsched); in pthread_attr_clone()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4832 INTERCEPTOR_PTHREAD_ATTR_GET(inheritsched, sizeof(int))