Page MenuHomeFreeBSD

Update comments referencing create_thread()
ClosedPublic

Authored by mhorne on Jan 24 2023, 9:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 5 2024, 12:17 PM
Unknown Object (File)
Nov 20 2024, 9:05 AM
Unknown Object (File)
Nov 17 2024, 8:12 PM
Unknown Object (File)
Nov 8 2024, 10:30 PM
Unknown Object (File)
Nov 8 2024, 8:02 PM
Unknown Object (File)
Nov 4 2024, 11:08 AM
Unknown Object (File)
Sep 8 2024, 11:13 AM
Unknown Object (File)
Sep 8 2024, 6:38 AM
Subscribers

Details

Summary

The equivalent function is now named thread_create(). Mention
kthread_add(9) where it is also relevant.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mhorne added a child revision: D38181: Boolify should_yield().
This revision is now accepted and ready to land.Jan 24 2023, 9:58 PM
kib added inline comments.
sys/sys/proc.h
261

I find it somewhat unusual to reference functions as man pages (kthread_add(9)), esp, mixing two styles in the same sentence.

This revision was automatically updated to reflect the committed changes.