2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-19 13:40:59 +08:00
glibc/nptl/tst-robust2.c
2005-12-27 01:04:06 +00:00

4 lines
88 B
C

#define AFTER_JOIN 1
#define LOCK(m) pthread_mutex_trylock (m)
#include "tst-robust1.c"