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, Nov 2, 5:11 AM
Unknown Object (File)
Thu, Oct 30, 10:32 PM
Unknown Object (File)
Wed, Oct 29, 2:55 PM
Unknown Object (File)
Wed, Oct 29, 2:16 PM
Unknown Object (File)
Wed, Oct 29, 2:05 PM
Unknown Object (File)
Wed, Oct 29, 2:05 PM
Unknown Object (File)
Mon, Oct 27, 5:58 PM
Unknown Object (File)
Mon, Oct 27, 5:58 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 Skipped
Unit
Tests Skipped

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.