struct tarpc_thread_join_in

struct tarpc_thread_join_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_pthread_t tid;
};