__mtx_lock_ex
return(__mtx_lock_ex(mtx, link, flags, to));
return(__mtx_lock_ex(mtx, &link, flags, to));
return(__mtx_lock_ex(mtx, &link, 0, 0));