Searched refs:t_tid (Results 1 – 2 of 2) sorted by relevance
33 pthread_t t_tid; member161 error = pthread_create(&ctx->t_tid, NULL, recv_thread, ctx); in main()
114 pthread_t t_tid; member317 error = pthread_create(&ctx->t_tid, &attr, send_thread, ctx); in main()407 pthread_join(ctx->t_tid, NULL); in main()