pthread_schedparam.3 (9d09157a0f55ef695b75eafb407f57206453a1f1) pthread_schedparam.3 (ec7452f103d56cccf279cec74a22025f980bbda5)
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

--- 21 unchanged lines hidden (view full) ---

30.Dt PTHREAD_SCHEDPARAM 3
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
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

--- 21 unchanged lines hidden (view full) ---

30.Dt PTHREAD_SCHEDPARAM 3
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
38.Sh SYNOPSIS
39.In pthread.h
40.Ft int
41.Fn pthread_setschedparam "pthread_t thread" "int policy" "const struct sched_param *param"
42.Ft int
43.Fn pthread_getschedparam "pthread_t thread" "int *policy" "struct sched_param *param"
44.Sh DESCRIPTION
45The

--- 48 unchanged lines hidden ---
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 ---