Home
last modified time | relevance | path

Searched refs:testBits (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_work_test.c105 unsigned long testBits = 0; in OsalTestAtomic() local
128 value = OsalTestBit(1, &testBits); in OsalTestAtomic()
132 value = OsalTestSetBit(1, &testBits); in OsalTestAtomic()
136 value = OsalTestBit(1, &testBits); in OsalTestAtomic()
140 value = OsalTestClearBit(1, &testBits); in OsalTestAtomic()
144 value = OsalTestBit(1, &testBits); in OsalTestAtomic()
148 OsalClearBit(1, &testBits); in OsalTestAtomic()
149 value = OsalTestBit(1, &testBits); in OsalTestAtomic()