Page MenuHomeFreeBSD

Reflect the chanages in sleepqueue.h and subr_sleepqueue.c
ClosedPublic

Authored by lwhsu on Sep 17 2014, 8:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 2:59 AM
Unknown Object (File)
Mar 20 2024, 10:23 AM
Unknown Object (File)
Feb 24 2024, 8:14 PM
Unknown Object (File)
Jan 8 2024, 8:19 PM
Unknown Object (File)
Dec 26 2023, 11:43 AM
Unknown Object (File)
Dec 19 2023, 10:38 PM
Unknown Object (File)
Nov 11 2023, 2:08 PM
Unknown Object (File)
Nov 9 2023, 2:11 PM
Subscribers
None

Details

Summary
  • Priority argument is introduced to sleepq_*wait* in r177085
  • sleepq_calc_signal_retval is removed from implementation
  • sleepq_catch_signals is internal now

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lwhsu retitled this revision from to Reflect the chanages in sleepqueue.h and subr_sleepqueue.c.
lwhsu updated this object.
lwhsu edited the test plan for this revision. (Show Details)
lwhsu added a reviewer: jhb.
share/man/man9/sleepqueue.9
273 ↗(On Diff #1667)

The "pri" argument should be described here after "wchan". It can be used to set the priority of the thread when it is awakened. If it is set to zero, the thread's priority is left alone.

Describe the "pri" argument.

Sorry, I remembered one more thing. Since you are removing two symlinks, you will want to add those paths to ObsoleteFiles.inc (at the top-level of the tree).

lwhsu edited edge metadata.

Add removed man page symlinks to ObsoleteFiles.inc

jhb edited edge metadata.

Thanks

This revision is now accepted and ready to land.Sep 22 2014, 4:32 PM
lwhsu updated this revision to Diff 1720.

Closed by commit rS271992 (authored by @lwhsu).