Searched refs:thr_usr1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigmask.c56 static volatile pthread_t thr_usr1; variable
139 thr_usr1 = pthread_self();
160 else if (flag == 1 && flag2 == 1 && thr_usr1 != thr_usr2)
164 (int)flag, (int)flag2, (void *)thr_usr1, (void *)thr_usr2);

Completed in 109 milliseconds