VP8EncDspCostInit*: add missing TSan annotations

Change-Id: I4cdb84bc8c9a8c6aa34b5773c8fb69e5810a9809
This commit is contained in:
James Zern
2015-02-09 22:39:14 -08:00
parent d97c143da6
commit e3d9771aa1
4 changed files with 12 additions and 4 deletions

View File

@ -189,7 +189,8 @@ typedef int (*VP8GetResidualCostFunc)(int ctx0,
const struct VP8Residual* const res);
extern VP8GetResidualCostFunc VP8GetResidualCost;
void VP8EncDspCostInit(void); // must be called first
// must be called before anything using the above
WEBP_TSAN_IGNORE_FUNCTION void VP8EncDspCostInit(void);
//------------------------------------------------------------------------------
// Decoding