HomeSort by: relevance | last modified time | path
    Searched defs:thr_usr1 (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libpthread/
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);
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);

Completed in 22 milliseconds