(root)/
glibc-2.38/
sysdeps/
pthread/
tst-robust2.c
       1  #define AFTER_JOIN 1
       2  #define LOCK(m) pthread_mutex_trylock (m)
       3  #include "tst-robust1.c"