Searched refs:thread__refcnt (Results 1 – 2 of 2) sorted by relevance
66 refcount_set(thread__refcnt(thread), 1); in thread__new()132 refcount_inc(thread__refcnt(thread)); in thread__get()139 if (thread && refcount_dec_and_test(thread__refcnt(thread))) in thread__put()
190 static inline refcount_t *thread__refcnt(struct thread *thread) in thread__refcnt() function