Commit Graph

3 Commits (493173b2a861800c6f2b9eb9e50c1d0dd2db8557)

Author SHA1 Message Date
OBATA Akio 4f18860c33 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>
7 months ago
OBATA Akio cf0025c38a 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>
7 months ago
Michele Calgaro 00d4f92b71
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago