Home | History | Annotate | Download | only in drd

Lines Matching full:arg_copy

337    DrdPosixThreadArgs arg_copy;
340 arg_copy = *arg_ptr;
346 arg_copy.detachstate == PTHREAD_CREATE_JOINABLE);
353 DRD_(sema_up)(arg_copy.wrapper_started);
355 return (arg_copy.start)(arg_copy.arg);