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

/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h88 * All uberdata is referenced from a base pointer in the thread's ulwp_t
148 #define MUTEX_OWNER(mp) ((ulwp_t *)(uintptr_t)(mp)->mutex_owner)
200 * of the ulwp_t structure (below) serves double-duty:
359 * Also, each ulwp_t contains a queue root that can be used
532 * NOTE: Whatever changes are made to ulwp_t must be
535 * NOTE: ul_self *must* be the first member of ulwp_t on x86
541 * For dtrace, a ulwp_t must be aligned on a 64-byte boundary.
684 } ulwp_t; typedef in typeref:struct:ulwp
694 #define REPLACEMENT_SIZE ((size_t)&((ulwp_t *)NULL)->ul_sigmask)
789 * thread structure (ulwp_t) give
[all...]

Completed in 67 milliseconds