Deleted Added
full compact
sched_yield.2 (108028) sched_yield.2 (131504)
1.\" $FreeBSD: head/lib/libc/sys/sched_yield.2 108028 2002-12-18 09:22:32Z ru $
1.\" $FreeBSD: head/lib/libc/sys/sched_yield.2 131504 2004-07-02 23:52:20Z ru $
2.\" Copyright (c) 1998 HD Associates, Inc.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.

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

34.Sh SYNOPSIS
35.In sched.h
36.Ft int
37.Fn sched_yield void
38.Sh DESCRIPTION
39The
40.Fn sched_yield
41system call forces the running process to relinquish the processor until it
2.\" Copyright (c) 1998 HD Associates, Inc.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.

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

34.Sh SYNOPSIS
35.In sched.h
36.Ft int
37.Fn sched_yield void
38.Sh DESCRIPTION
39The
40.Fn sched_yield
41system call forces the running process to relinquish the processor until it
42again becomes the head of its process list. It takes no arguments.
42again becomes the head of its process list.
43It takes no arguments.
43.Sh RETURN VALUES
44.Rv -std sched_yield
45.Sh ERRORS
46On failure
47.Va errno
48will be set to the corresponding value:
49.Bl -tag -width Er
50.It Bq Er ENOSYS
51The system is not configured to support this functionality.
52.El
53.Sh STANDARDS
54The
55.Fn sched_yield
56system call conforms to
57.St -p1003.1b-93 .
44.Sh RETURN VALUES
45.Rv -std sched_yield
46.Sh ERRORS
47On failure
48.Va errno
49will be set to the corresponding value:
50.Bl -tag -width Er
51.It Bq Er ENOSYS
52The system is not configured to support this functionality.
53.El
54.Sh STANDARDS
55The
56.Fn sched_yield
57system call conforms to
58.St -p1003.1b-93 .