Lines Matching refs:address

40    instruction and/or to a particular object (address) in the program.
104 /* Report that wait on the condition variable at address "cv" has succeeded
105 and the lock at address "lock" is held. */
114 /* Report that we are about to signal on the condition variable at address
166 /* Report that a new memory at "address" of size "size" has been allocated.
170 #define ANNOTATE_NEW_MEMORY(address, size) \
171 AnnotateNewMemory(__FILE__, __LINE__, address, size)
178 address "pcq" has been created. The ANNOTATE_PCQ_* annotations
184 /* Report that the queue at address "pcq" is about to be destroyed. */
188 /* Report that we are about to put an element into a FIFO queue at address
193 /* Report that we've just got an element from a FIFO queue at address "pcq". */
210 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
211 the memory range [address, address+size). */
212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
213 AnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description)
258 /* Request to trace every access to "address". */
259 #define ANNOTATE_TRACE_MEMORY(address) \
260 AnnotateTraceMemory(__FILE__, __LINE__, address)
271 /* Report that a lock has been created at address "lock". */
275 /* Report that the lock at address "lock" is about to be destroyed. */
279 /* Report that the lock at address "lock" has been acquired.
284 /* Report that the lock at address "lock" is about to be released. */
315 /* Report that we expect a race on the variable at "address".
317 #define ANNOTATE_EXPECT_RACE(address, description) \
318 AnnotateExpectRace(__FILE__, __LINE__, address, description)
346 #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */
347 #define ANNOTATE_UNPUBLISH_MEMORY_RANGE(address, size) /* empty */
348 #define ANNOTATE_SWAP_MEMORY_RANGE(address, size) /* empty */
353 #define ANNOTATE_NEW_MEMORY(address, size) /* empty */
354 #define ANNOTATE_EXPECT_RACE(address, description) /* empty */
355 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
443 const volatile void *address,
446 const volatile void *address,
457 const volatile void *address,
460 const volatile void *address,
463 const volatile void *address,
466 const volatile void *address,