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)
Tue, Sep 8, 1:54 AM
Unknown Object (File)
Mon, Sep 7, 11:28 AM
Unknown Object (File)
Sun, Sep 6, 1:41 AM
Unknown Object (File)
Sat, Sep 5, 11:07 PM
Unknown Object (File)
Sat, Sep 5, 7:27 PM
Unknown Object (File)
Sat, Sep 5, 3:34 PM
Unknown Object (File)
Sat, Sep 5, 3:39 AM
Unknown Object (File)
Fri, Sep 4, 2:56 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.