Page MenuHomeFreeBSD

pthread_switch_add_np(3): remove
ClosedPublic

Authored by kib on May 16 2025, 3:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 28, 11:19 PM
Unknown Object (File)
Mon, Sep 22, 5:35 PM
Unknown Object (File)
Sep 17 2025, 7:03 AM
Unknown Object (File)
Sep 5 2025, 3:05 AM
Unknown Object (File)
Aug 8 2025, 12:32 AM
Unknown Object (File)
Jul 29 2025, 4:25 AM
Unknown Object (File)
Jul 28 2025, 7:05 PM
Unknown Object (File)
Jul 28 2025, 12:04 PM
Subscribers

Details

Summary
The interface is not functional with libthr and returns not supported
error always.  There is no point in providing it to userspace or document.

The symbols are kept for ABI compatibility, of course.

Diff Detail

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

Event Timeline

kib requested review of this revision.May 16 2025, 3:11 PM

Is an exp-run needed? I guess this is esoteric enough that it's not, although there is a reference in GCC.

This revision is now accepted and ready to land.May 16 2025, 3:22 PM

Is an exp-run needed? I guess this is esoteric enough that it's not, although there is a reference in GCC.

It seems that the function is listed in the prototype (?) block of the freebsd-specific module definition for D compiler. Weird that it even mentions freebsd.

This revision was automatically updated to reflect the committed changes.