HomeSort by relevance Sort by last modified time
    Searched refs:WTF_ANNOTATE_BENIGN_RACE (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
DynamicAnnotations.h 54 #define WTF_ANNOTATE_BENIGN_RACE(pointer, description) WTFAnnotateBenignRaceSized(__FILE__, __LINE__, pointer, sizeof(*(pointer)), description)
91 #define WTF_ANNOTATE_BENIGN_RACE(pointer, description)
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringStatics.cpp 50 WTF_ANNOTATE_BENIGN_RACE(&emptyString, "Benign race on StringImpl::emptyString reference counter");

Completed in 632 milliseconds