Home
last modified time | relevance | path

Searched refs:w_refcnt_del (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/watchman/watchman-4.5.0/query/
H A Dparse.c491 if (!w_refcnt_del(&query->refcnt)) { in w_query_delref()
552 if (!w_refcnt_del(&expr->refcnt)) { in w_query_expr_delref()
/dports/sysutils/watchman/watchman-4.5.0/
H A Dstring.c211 if (!w_refcnt_del(&str->refcnt)) return; in w_string_delref()
H A Dwatchman.h167 static inline bool w_refcnt_del(volatile long *refcnt) in w_refcnt_del() function
H A Droot.c1973 if (!w_refcnt_del(&root->refcnt)) return; in w_root_delref()
2010 w_refcnt_del(&live_roots); in w_root_delref()