about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass-dep/libc/pthread-threadname.rs
AgeCommit message (Expand)AuthorLines
2025-01-10Switched FreeBSD to pthread_setname_npYoh Deadfall-30/+24
2024-11-08Get/set thread name shims return errors for invalid handlesYoh Deadfall-0/+25
2024-10-21Added support for prctl handling thread namesYoh Deadfall-0/+1
2024-10-18pthread-threadname: ensure we can see the name set via the Rust APIRalf Jung-0/+17
2024-10-13rework threadname test for more consistencyRalf Jung-62/+109
2024-10-12Fixed get thread name behavior for FreeBSDYoh Deadfall-6/+5
2024-10-12Fixed pthread get/set name for macOSYoh Deadfall-2/+26
2024-10-09Fixed pthread_getname_np impl for glibcYoh Deadfall-17/+61
2024-09-16Bump ui testOli Scherer-1/+1
2024-09-15make pthread-threadname nicer with cfg-ifRalf Jung-18/+37
2024-05-23solaris add suport for threadname.David Carlier-1/+1
2024-05-06organize libc tests into a proper folder, and run some of them on WindowsRalf Jung-0/+51