aboutsummaryrefslogtreecommitdiff
path: root/src/thread/tss_set.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* add C11 thread functions operating on tss_t and once_flagJens Gustedt2014-09-061-0/+13
These all have POSIX equivalents, but aside from tss_get, they all have minor changes to the signature or return value and thus need to exist as separate functions.