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)
Sun, Oct 12, 8:27 PM
Unknown Object (File)
Sun, Oct 12, 8:27 PM
Unknown Object (File)
Sun, Oct 12, 8:27 PM
Unknown Object (File)
Sun, Oct 12, 8:51 AM
Unknown Object (File)
Sat, Oct 11, 4:44 PM
Unknown Object (File)
Sat, Oct 11, 9:43 AM
Unknown Object (File)
Sat, Oct 11, 9:42 AM
Unknown Object (File)
Mon, Oct 6, 8:31 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.