sx_assert_
#define sx_assert(sx, what) sx_assert_((sx), (what), __FILE__, __LINE__)
sx_assert_(&map->lock, SA_XLOCKED, file, line);