pthread_schedparam.3 (ec7452f103d56cccf279cec74a22025f980bbda5) | pthread_schedparam.3 (f9f9d2e8040ee20c82d4bfcf245bd284f0b1a7ee) |
---|---|
1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice(s), this list of conditions and the following disclaimer as --- 22 unchanged lines hidden (view full) --- 31.Os 32.Sh NAME 33.Nm pthread_setschedparam , 34.Nm pthread_getschedparam 35.Nd thread scheduling parameter manipulation 36.Sh LIBRARY 37.Lb libc_r 38.Lb libpthread | 1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice(s), this list of conditions and the following disclaimer as --- 22 unchanged lines hidden (view full) --- 31.Os 32.Sh NAME 33.Nm pthread_setschedparam , 34.Nm pthread_getschedparam 35.Nd thread scheduling parameter manipulation 36.Sh LIBRARY 37.Lb libc_r 38.Lb libpthread |
39.Lb libthr |
|
39.Sh SYNOPSIS 40.In pthread.h 41.Ft int 42.Fn pthread_setschedparam "pthread_t thread" "int policy" "const struct sched_param *param" 43.Ft int 44.Fn pthread_getschedparam "pthread_t thread" "int *policy" "struct sched_param *param" 45.Sh DESCRIPTION 46The --- 48 unchanged lines hidden --- | 40.Sh SYNOPSIS 41.In pthread.h 42.Ft int 43.Fn pthread_setschedparam "pthread_t thread" "int policy" "const struct sched_param *param" 44.Ft int 45.Fn pthread_getschedparam "pthread_t thread" "int *policy" "struct sched_param *param" 46.Sh DESCRIPTION 47The --- 48 unchanged lines hidden --- |