Searched defs:ulwp_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h85 * All uberdata is referenced from a base pointer in the thread's ulwp_t
145 #define MUTEX_OWNER(mp) ((ulwp_t *)(uintptr_t)(mp)->mutex_owner)
197 * of the ulwp_t structure (below) serves double-duty:
356 * Also, each ulwp_t contains a queue root that can be used
506 * NOTE: Whatever changes are made to ulwp_t must be
509 * NOTE: ul_self *must* be the first member of ulwp_t on x86
515 * For dtrace, a ulwp_t must be aligned on a 64-byte boundary.
656 } ulwp_t; typedef in typeref:struct:ulwp
666 #define REPLACEMENT_SIZE ((size_t)&((ulwp_t *)NULL)->ul_sigmask)
761 * thread structure (ulwp_t) give
[all...]

Completed in 30 milliseconds