Home | History | Annotate | Download | only in helgrind

Lines Matching full:notify

74       /* Notify the tool what this thread's pthread_t is. */
213 /* Notify here immediately after mutex creation. _mbRec == 0 for a
219 /* Notify here immediately before mutex acquisition. _isTryLock == 0
225 /* Notify here immediately after a successful mutex acquisition. */
230 /* Notify here immediately before a mutex release. */
235 /* Notify here immediately after a mutex release. */
240 /* Notify here immediately before mutex destruction. */
249 /* Notify here immediately after semaphore creation. */
254 /* Notify here immediately after a semaphore wait (an acquire-style
260 /* Notify here immediately before semaphore post (a release-style
266 /* Notify here immediately before semaphore destruction. */
275 /* Notify here immediately before barrier creation. _count is the
284 /* Notify here immediately before arrival at a barrier. */
289 /* Notify here immediately before a resize (change of barrier
302 /* Notify here immediately before barrier destruction. */