Searched refs:uu_wmesg (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_synch.c126 ut->uu_wmesg = NULL;
185 ut->uu_wmesg = wmsg ? wmsg : "unknown";
302 ut->uu_wmesg = NULL;
H A Dkern_lockf.c514 * in this code (uu_wmesg == lockstr)
521 ut->uu_wmesg == lockstr &&
/xnu-2782.1.97/bsd/sys/
H A Duser.h197 const char *uu_wmesg; /* ... wait message */ member in struct:uthread
/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py322 if int(uthread.uu_wmesg) != 0:
323 wait_message = str(Cast(uthread.uu_wmesg, 'char *'))

Completed in 41 milliseconds