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

  /src/tests/fs/ffs/
t_fifos.c 108 pthread_t ptw1, ptw2, ptr1, ptr2; local in function:ATF_TC_BODY
131 pthread_create(&ptw1, NULL, w1, NULL);
136 pthread_join(ptw1, NULL);
t_fifos.c 108 pthread_t ptw1, ptw2, ptr1, ptr2; local in function:ATF_TC_BODY
131 pthread_create(&ptw1, NULL, w1, NULL);
136 pthread_join(ptw1, NULL);
t_fifos.c 108 pthread_t ptw1, ptw2, ptr1, ptr2; local in function:ATF_TC_BODY
131 pthread_create(&ptw1, NULL, w1, NULL);
136 pthread_join(ptw1, NULL);

Completed in 68 milliseconds