BLOCKER_TYPE_MASK
if (lock_ptr & BLOCKER_TYPE_MASK)
return blocker & BLOCKER_TYPE_MASK;
return (void *)(blocker & ~BLOCKER_TYPE_MASK);