| Summary: | Missing man page: pthread_yield | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Randall Hopper <aa8vb> |
| Component: | Books & Articles | Assignee: | Jason Evans <jasone> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | aa8vb |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-doc->jasone Over to maintainer. State Changed From-To: open->closed pthread_yield() is deprecated (part of a draft POSIX standard), and will at some point be completely removed. For the time being, adding documentation for a deprecated interface doesn't seem worth the trouble. |
pthread_yield is apparently supported, though there is no man page. POSIX doesn't support this AFAIK but rather prefers sched_yield. If FreeBSD continues to support pthread_yield, we probably should add a man page. How-To-Repeat: "/usr/bin/man pthread_yield"