HomeSort by: relevance | last modified time | path
    Searched defs:MEMMODEL_SEQ_CST (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
memmodel.h 44 MEMMODEL_SEQ_CST = 5,
48 MEMMODEL_SYNC_SEQ_CST = MEMMODEL_SEQ_CST | MEMMODEL_SYNC,
106 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_SEQ_CST;
  /src/external/gpl3/gcc.old/dist/gcc/
memmodel.h 44 MEMMODEL_SEQ_CST = 5,
48 MEMMODEL_SYNC_SEQ_CST = MEMMODEL_SEQ_CST | MEMMODEL_SYNC,
106 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_SEQ_CST;
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 84 MEMMODEL_SEQ_CST = 5
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 84 MEMMODEL_SEQ_CST = 5

Completed in 32 milliseconds