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 for the specified variable
96 * Tell DRD to stop tracing memory accesses for the specified variable.
114 * Tell DRD to insert a happens-before mark. addr is the address of an object
122 * Tell DRD that the memory accesses executed after this annotation will
164 * Tell DRD that waiting on the condition variable at address cv has succeeded
174 * Tell DRD that the condition variable at address cv is about to be signaled.
179 * Tell DRD that the condition variable at address cv is about to be signaled.
184 * Tell DRD that waiting on condition variable at address cv succeeded and that
193 * Tell DRD to consider the memory operations that happened before a mutex
204 * Tell DRD to handle the specified memory range like a pure happens-before
218 /** Tell DRD that a reader-writer lock object has been initialized. */
223 /** Tell DRD that a reader-writer lock object has been destroyed. */
229 * Tell DRD that a reader-writer lock has been acquired. is_w == 1 means that
240 * Tell DRD that a reader lock has been acquired on a reader-writer
246 * Tell DRD that a writer lock has been acquired on a reader-writer
254 * Tell DRD that a reader-writer lock is about to be released. is_w == 1 means
265 * Tell DRD that a reader lock is about to be released.
270 * Tell DRD that a writer lock is about to be released.
304 * Tell DRD that a FIFO queue has been created. The abbreviation PCQ stands for
309 /** Tell DRD that a FIFO queue has been destroyed. */
313 * Tell DRD that an element has been added to the FIFO queue at address pcq.
318 * Tell DRD that an element has been removed from the FIFO queue at address pcq,
329 * Tell DRD that data races at the specified address are expected and must not
341 /** Tell DRD to ignore all reads performed by the current thread. */
347 /** Tell DRD to no longer ignore the reads performed by the current thread. */
352 /** Tell DRD to ignore all writes performed by the current thread. */
357 /** Tell DRD to no longer ignore the writes performed by the current thread. */
362 /** Tell DRD to ignore all memory accesses performed by the current thread. */
367 * Tell DRD to no longer ignore the memory accesses performed by the current
374 * Tell DRD that size bytes starting at addr has been allocated by a custom
385 * Tell DRD to assign the specified name to the current thread. This name will
414 /* To tell the DRD tool to suppress data race detection on the */
418 /* To tell the DRD tool no longer to suppress data race detection on */
430 /* Tell DRD whether or not to record memory loads in the calling thread. */
433 /* Tell DRD whether or not to record memory stores in the calling thread. */
441 /* Tell DRD that a DRD annotation has not yet been implemented. */
445 /* Tell DRD that a user-defined reader-writer synchronization object
450 /* Tell DRD that a user-defined reader-writer synchronization object
455 /* Tell DRD that a lock on a user-defined reader-writer synchronization
460 /* Tell DRD that a lock on a user-defined reader-writer synchronization
466 /* Tell DRD that a Helgrind annotation has not yet been implemented. */
471 /* Tell DRD to insert a happens-before annotation. */
475 /* Tell DRD to insert a happens-after annotation. */