Home
last modified time | relevance | path

Searched refs:lwp_asrs (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A DPlwpregs.c313 if ((lwp = getlwpcore(P, lwpid)) != NULL && lwp->lwp_asrs != NULL) { in Plwp_getasrs()
314 (void) memcpy(asrs, lwp->lwp_asrs, sizeof (asrset_t)); in Plwp_getasrs()
H A DPcontrol.h141 int64_t *lwp_asrs; /* /proc/<pid>/lwp/<lwpid>/asrs data */ member
H A DPcore.c205 if (lwp->lwp_asrs != NULL) in Pfini_core()
206 free(lwp->lwp_asrs); in Pfini_core()
1071 if (lwp == NULL || lwp->lwp_asrs != NULL || nbytes < sizeof (asrset_t)) in note_asrs()
1083 lwp->lwp_asrs = asrs; in note_asrs()