Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename thread mutex related debug flag name | OBATA Akio | 2024-07-08 | 1 | -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 Akio | 2024-07-08 | 1 | -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 Calgaro | 2020-12-06 | 1 | -0/+398 |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |