Lines Matching defs:s
77 * loaded in a process's address space at the same time, each on a different
88 * All uberdata is referenced from a base pointer in the thread's ulwp_t
273 void *arg; /* handler's argument */
495 * thread's uberdata to facilitate it. The tm_roots are the roots of linked
498 * information, see libumem's big theory statement.
580 } s;
629 uint_t ul_libc_locks; /* count of cancel_safe_mutex_lock()s */
672 sigset_t ul_sigmask; /* thread's current signal mask */
686 #define ul_cursig ul_cp.s.cursig /* deferred signal number */
687 #define ul_pleasestop ul_cp.s.pleasestop /* lwp requested to stop */
836 * A bucket's size and alignment is 64 bytes.
957 pid_t pid; /* the current process's pid */
1037 } s;
1086 uint_t ul_libc_locks; /* count of cancel_safe_mutex_lock()s */
1129 sigset_t ul_sigmask; /* thread's current signal mask */
1362 #define delete_reserved_signals(s) \
1363 (((s)->__sigbits[0] &= MASKSET0), \
1364 ((s)->__sigbits[1] &= (MASKSET1 & ~SIGMASK(SIGCANCEL))),\
1365 ((s)->__sigbits[2] &= MASKSET2), \
1366 ((s)->__sigbits[3] &= MASKSET3))