Searched refs:ul_mxchain (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h619 mxchain_t *ul_mxchain; /* chain of owned ceiling mutexes */ member in struct:ulwp
1039 caddr32_t ul_mxchain; /* chain of owned ceiling mutexes */ member in struct:ulwp32
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c216 for (mcpp = &self->ul_mxchain;
222 return (mcpp == &self->ul_mxchain);
241 mcp->mxchain_next = self->ul_mxchain;
242 self->ul_mxchain = mcp;
282 mxchain_t *mcp = self->ul_mxchain;

Completed in 36 milliseconds