Searched defs:thread_arg (Results 1 – 2 of 2) sorted by relevance
49 struct thread_arg { struct50 long id;51 struct timespec *timeout;52 int lock;53 int ret;
408 void *thread_arg = data->arg; in win32_start_routine() local