Searched defs:thread_args (Results 1 – 4 of 4) sorted by relevance
25 struct thread_args { struct34 thread_args * args = static_cast< thread_args * >( vargs); in skynet() argument
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
209 auto* thread_args = reinterpret_cast<StreamReadThreadArgs*>(user); in Exec() local
262 } thread_args; typedef