Home | History | Annotate | Download | only in drd

Lines Matching full:tell

79 /** Tell DRD not to complain about data races for the specified variable. */
82 /** Tell DRD to no longer ignore data races for the specified variable. */
88 * Tell DRD to trace all memory accesses on the specified variable.
105 * Tell DRD to insert a happens-before mark. addr is the address of an object
114 * Tell DRD that the memory accesses executed after this annotation will
127 * Tell DRD that waiting on the condition variable at address cv has succeeded
137 * Tell DRD that the condition variable at address cv is about to be signaled.
142 * Tell DRD that the condition variable at address cv is about to be signaled.
147 * Tell DRD that waiting on condition variable at address cv succeeded and that
156 * Tell DRD to consider the memory operations that happened before a mutex
167 * Tell DRD to handle the specified memory range like a pure happens-before
179 /** Tell DRD that a reader-writer lock object has been initialized. */
185 /** Tell DRD that a reader-writer lock object has been destroyed. */
192 * Tell DRD that a reader-writer lock has been acquired. is_w == 1 means that
202 * Tell DRD that a reader lock has been acquired on a reader-writer
208 * Tell DRD that a writer lock has been acquired on a reader-writer
214 * Tell DRD that a reader-writer lock is about to be released. is_w == 1 means
224 * Tell DRD that a reader lock is about to be released.
229 * Tell DRD that a writer lock is about to be released.
263 * Tell DRD that a FIFO queue has been created. The abbreviation PCQ stands for
268 /** Tell DRD that a FIFO queue has been destroyed. */
272 * Tell DRD that an element has been added to the FIFO queue at address pcq.
277 * Tell DRD that an element has been removed from the FIFO queue at address pcq,
288 * Tell DRD that data races at the specified address are expected and must not
300 /** Tell DRD to ignore all reads performed by the current thread. */
306 /** Tell DRD to no longer ignore the reads performed by the current thread. */
311 /** Tell DRD to ignore all writes performed by the current thread. */
316 /** Tell DRD to no longer ignore the writes performed by the current thread. */
321 /** Tell DRD to ignore all memory accesses performed by the current thread. */
326 * Tell DRD to no longer ignore the memory accesses performed by the current
333 * Tell DRD that size bytes starting at addr has been allocated by a custom
344 * Tell DRD to assign the specified name to the current thread. This name will
373 /* To tell the DRD tool to suppress data race detection on the */
377 /* To tell the DRD tool no longer to suppress data race detection on */
389 /* Tell DRD whether or not to record memory loads in the calling thread. */
392 /* Tell DRD whether or not to record memory stores in the calling thread. */
400 /* Tell DRD that a DRD annotation has not yet been implemented. */
404 /* Tell DRD that a user-defined reader-writer synchronization object
409 /* Tell DRD that a user-defined reader-writer synchronization object
414 /* Tell DRD that a lock on a user-defined reader-writer synchronization
419 /* Tell DRD that a lock on a user-defined reader-writer synchronization
425 /* Tell DRD that a Helgrind annotation has not yet been implemented. */
430 /* Tell DRD to insert a happens-before annotation. */
434 /* Tell DRD to insert a happens-after annotation. */