summaryrefslogtreecommitdiffstats
path: root/mcop_mt/threads_posix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename thread mutex related debug flag nameOBATA Akio2024-07-081-13/+13
| | | | | | | It is used to detect multiple mutex lock, not just for pthread related debugging. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix usage of `pthread_t`OBATA Akio2024-07-081-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>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-061-0/+398
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>