written but never read, from os_thread_t.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3772
Int lwpid; /* PID of kernel task */
Int threadgroup; /* thread group id */
- /* how we were started */
- UInt clone_flags; /* flags passed to clone() to create this thread */
- Int *parent_tidptr;
- Int *child_tidptr;
-
ThreadId parent; /* parent tid (if any) */
/* runtime details */
ctst->arch.vex.guest_ESP = esp;
ctst->os_state.parent = ptid;
- ctst->os_state.clone_flags = flags;
- ctst->os_state.parent_tidptr = parent_tidptr;
- ctst->os_state.child_tidptr = child_tidptr;
/* inherit signal mask */
- ctst->sig_mask = ptst->sig_mask;
+ ctst->sig_mask = ptst->sig_mask;
ctst->tmp_sig_mask = ptst->sig_mask;
/* We don't really know where the client stack is, because its