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)
Feb 26 2025, 6:03 AM
Unknown Object (File)
Feb 9 2025, 8:25 PM
Unknown Object (File)
Feb 4 2025, 9:08 AM
Unknown Object (File)
Jan 27 2025, 12:42 PM
Unknown Object (File)
Jan 24 2025, 9:58 AM
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
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.