Home
last modified time | relevance | path

Searched refs:ul_spinlock (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libc/port/threads/
H A Dthr.c1868 spin_lock_set(&ulwp->ul_spinlock); in safe_suspend()
1870 spin_lock_clear(&ulwp->ul_spinlock); in safe_suspend()
1926 spin_lock_set(&ulwp->ul_spinlock); in safe_suspend()
1928 spin_lock_clear(&ulwp->ul_spinlock); in safe_suspend()
1998 spin_lock_set(&self->ul_spinlock); in _thrp_suspend()
2029 spin_lock_clear(&self->ul_spinlock); in _thrp_suspend()
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h675 mutex_t ul_spinlock; /* used when suspending/continuing */ member
1108 mutex_t ul_spinlock; /* used when suspending/continuing */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c699 prt_addr((void *)(addr + OFFSET(ul_spinlock)), 1), in d_ulwp()