Searched defs:thread_args (Results 1 – 1 of 1) sorted by relevance
53 typedef struct thread_args { struct56 int (*read_bytes)(struct thread_args* args, char* buf); argument57 int (*write_bytes)(struct thread_args* args, char* buf); argument58 int (*setup)(struct thread_args* args); argument61 } thread_args; argument