Searched refs:lwp_asrs (Results 1 – 3 of 3) sorted by relevance
150 int64_t *lwp_asrs; /* /proc/<pid>/lwp/<lwpid>/asrs data */ member
542 if ((lwp = getlwpcore(P, lwpid)) != NULL && lwp->lwp_asrs != NULL) { in Plwp_getasrs()543 (void) memcpy(asrs, lwp->lwp_asrs, sizeof (asrset_t)); in Plwp_getasrs()
218 if (lwp->lwp_asrs != NULL) in Pfini_core()219 free(lwp->lwp_asrs); in Pfini_core()1180 if (lwp == NULL || lwp->lwp_asrs != NULL || nbytes < sizeof (asrset_t)) in note_asrs()1192 lwp->lwp_asrs = asrs; in note_asrs()