Files
haiku-beta6/src/system
Adrien Destugues ba5172cccb pthread: allow NULL thread to compare equal.
- POSIX says the behavior for pthread_equal is undefined for
uninitialized arguments.
- However, gcc C++11 threads supports expects C++-compatible behavior,
that is, two uninitialized pthread_t should compare equal.

Avoids some runtime asserts in latest WebKit version.
2014-03-09 22:26:36 +01:00
..
2014-02-23 22:11:22 +01:00
2014-02-18 16:29:09 -06:00
2014-01-17 04:06:15 +01:00