Searched refs:nbytes (Results 1 – 1 of 1) sorted by relevance
3759 int nbytes; in thread_main() local3760 nbytes = size < ctx->interval ? size : ctx->interval; in thread_main()3762 result = write(ctx->fd, data, nbytes); in thread_main()3764 ASSERT_EQ(result, nbytes); in thread_main()3766 result = read(ctx->fd, data, nbytes); in thread_main()3770 ASSERT(result > 0 && result <= nbytes); in thread_main()
Completed in 16 milliseconds