Searched refs:ownerp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c1282 volatile uint64_t *ownerp = (volatile uint64_t *)&mp->mutex_owner; local
1307 *ownerp = (uintptr_t)self;
1335 *ownerp = (uintptr_t)self;
1360 if ((ulwp = (ulwp_t *)(uintptr_t)*ownerp) != NULL &&
1383 *ownerp = (uintptr_t)self;
1396 *ownerp = 0;
1434 volatile uint64_t *ownerp; local
1443 ownerp = (volatile uint64_t *)&mp->mutex_owner;
1448 if ((ulwp = (ulwp_t *)(uintptr_t)*ownerp) != NULL &&

Completed in 22 milliseconds