summaryrefslogtreecommitdiffstats
path: root/mcop_mt/threads_posix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename thread mutex related debug flag nameOBATA Akio2024-07-091-13/+13
| | | | | | | | It is used to detect multiple mutex lock, not just for pthread related debugging. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 4f18860c3386d449de04bd66d57e93b02ba7d0d1)
* 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>