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

  /hardware/intel/common/libwsbm/src/
wsbm_pool.h 48 struct _WsbmAtomic onList;
95 wsbmAtomicSet(&storage->onList, 0);
wsbm_manager.c 537 } else if (wsbmAtomicRead(&storage->onList) ||
670 } else if (wsbmAtomicRead(&storage->onList) ||
827 if (wsbmAtomicRead(&storage->onList)) {
1148 wsbmAtomicInc(&storage->onList);
1171 return wsbmAtomicRead(&buf->storage->onList);
1184 wsbmAtomicDec(&storage->onList);
1210 wsbmAtomicDec(&storage->onList);
1265 wsbmAtomicDec(&storage->onList);

Completed in 351 milliseconds