Lines Matching refs:notes
114 struct annotation *notes;
137 notes = symbol__annotation(sym);
138 pthread_mutex_lock(¬es->lock);
141 pthread_mutex_unlock(¬es->lock);
157 pthread_mutex_unlock(¬es->lock);
199 struct annotation *notes;
208 notes = symbol__annotation(sym);
210 if (pthread_mutex_trylock(¬es->lock))
215 pthread_mutex_unlock(¬es->lock);
240 struct annotation *notes;
250 notes = symbol__annotation(symbol);
252 pthread_mutex_lock(¬es->lock);
256 if (notes->src == NULL)
273 pthread_mutex_unlock(¬es->lock);