blob: 9b78e63e6f4b8ffad00f2af24936e1d932f4ee5f [file] [log] [blame]
#include "threadimpl.h"
void
incref(Ref *r)
{
_xinc(&r->ref);
}
long
decref(Ref *r)
{
return _xdec(&r->ref);
}