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

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

Completed in 22 milliseconds