HomeSort by relevance Sort by last modified time
    Searched defs:ulwp_t (Results 1 - 1 of 1) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/inc/
thr_uberdata.h 86 * All uberdata is referenced from a base pointer in the thread's ulwp_t
146 #define MUTEX_OWNER(mp) ((ulwp_t *)(uintptr_t)(mp)->mutex_owner)
198 * of the ulwp_t structure (below) serves double-duty:
357 * Also, each ulwp_t contains a queue root that can be used
507 * NOTE: Whatever changes are made to ulwp_t must be
510 * NOTE: ul_self *must* be the first member of ulwp_t on x86
516 * For dtrace, a ulwp_t must be aligned on a 64-byte boundary.
657 } ulwp_t; typedef in typeref:struct:ulwp
667 #define REPLACEMENT_SIZE ((size_t)&((ulwp_t *)NULL)->ul_sigmask)
756 * thread structure (ulwp_t) given a thread-id. It is an N-element array o
    [all...]

Completed in 4440 milliseconds