summaryrefslogtreecommitdiffstats
path: root/mcop_mt/threads_posix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix usage of `pthread_t`OBATA Akio2024-07-091-17/+24
| | | | | | | | `pthread_t` is opaque type. Change to compare with `pthread_equal()` and introduce validate flag. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit cf0025c38aeee4502d5c50d8350045830abb7706)
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-061-0/+398
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>