t_sigmask.c | 57 static volatile pthread_t thr_usr2; variable in typeref:typename:volatile pthread_t 148 thr_usr2 = pthread_self(); 160 else if (flag == 1 && flag2 == 1 && thr_usr1 != thr_usr2) 164 (int)flag, (int)flag2, (void *)thr_usr1, (void *)thr_usr2);
|