Commit Graph

3 Commits (36432287e4d141e8536877b97ad441e00a37d20a)

Author SHA1 Message Date
OBATA Akio 7f3dda3346
Rename thread mutex related debug flag name
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 4f18860c33)
2 years ago
OBATA Akio 75cb448c02
Fix usage of `pthread_t`
`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 cf0025c38a)
2 years ago
Michele Calgaro 00d4f92b71
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago