t_sigmask.c | 56 static volatile pthread_t thr_usr1; variable in typeref:typename:volatile pthread_t 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);
|