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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1253 volatile uint64_t *ownerp = (volatile uint64_t *)&mp->mutex_owner; local
1278 *ownerp = (uintptr_t)self;
1306 *ownerp = (uintptr_t)self;
1331 if ((ulwp = (ulwp_t *)(uintptr_t)*ownerp) != NULL &&
1354 *ownerp = (uintptr_t)self;
1367 *ownerp = 0;
1405 volatile uint64_t *ownerp; local
1414 ownerp = (volatile uint64_t *)&mp->mutex_owner;
1419 if ((ulwp = (ulwp_t *)(uintptr_t)*ownerp) != NULL &&

Completed in 69 milliseconds