Lines Matching defs:OPERATION_GET

64 		OPERATION_GET = (1<<2)
146 if (m_spec.operations == OPERATION_GET)
148 else if (m_spec.operations & OPERATION_GET)
241 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET)
250 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET)
253 if (spec.operations == OPERATION_GET)
437 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET)
495 if ((spec.operations & OPERATION_GET) != 0 && spec.operations != OPERATION_GET)
498 if ((spec.operations == OPERATION_GET) != 0)
573 if (m_spec.operations == OPERATION_GET)
579 else if (m_spec.operations == (OPERATION_GET|OPERATION_INC))
585 else if (m_spec.operations == (OPERATION_GET|OPERATION_DEC))
591 else if (m_spec.operations == (OPERATION_GET|OPERATION_DEC|OPERATION_INC))
824 if (m_spec.operations == OPERATION_GET)
870 if (isOk && ((m_spec.operations & OPERATION_GET) != 0))
897 if (isOk && ((m_spec.operations & OPERATION_GET) != 0))
1069 if ((spec.operations & AtomicCounterTest::OPERATION_GET) != 0)
1108 if ((operations & AtomicCounterTest::OPERATION_GET) != 0)
1146 if ((operations & AtomicCounterTest::OPERATION_GET) != 0)
1320 AtomicCounterTest::OPERATION_GET,
1324 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_GET),
1325 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET),
1328 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET)
1388 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_INC|AtomicCounterTest::OPERATION_GET),
1389 (AtomicCounterTest::Operation)(AtomicCounterTest::OPERATION_DEC|AtomicCounterTest::OPERATION_GET),