Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp166 allocHeader->mStatus = STATUS_ALLOCATED; in AllocShmemSection()
192 allocHeader->mStatus.compareExchange(STATUS_ALLOCATED, STATUS_FREED); in FreeShmemSection()
H A DISurfaceAllocator.h250 enum AllocationStatus { STATUS_ALLOCATED, STATUS_FREED }; enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp166 allocHeader->mStatus = STATUS_ALLOCATED; in AllocShmemSection()
192 allocHeader->mStatus.compareExchange(STATUS_ALLOCATED, STATUS_FREED); in FreeShmemSection()
H A DISurfaceAllocator.h251 enum AllocationStatus { STATUS_ALLOCATED, STATUS_FREED }; enumerator
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp149 allocHeader->mStatus = STATUS_ALLOCATED; in AllocShmemSection()
175 allocHeader->mStatus.compareExchange(STATUS_ALLOCATED, STATUS_FREED); in FreeShmemSection()
H A DISurfaceAllocator.h247 enum AllocationStatus { STATUS_ALLOCATED, STATUS_FREED }; enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp166 allocHeader->mStatus = STATUS_ALLOCATED; in AllocShmemSection()
192 allocHeader->mStatus.compareExchange(STATUS_ALLOCATED, STATUS_FREED); in FreeShmemSection()
H A DISurfaceAllocator.h250 enum AllocationStatus { STATUS_ALLOCATED, STATUS_FREED }; enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DISurfaceAllocator.cpp155 allocHeader->mStatus = STATUS_ALLOCATED; in AllocShmemSection()
180 DebugOnly<bool> success = allocHeader->mStatus.compareExchange(STATUS_ALLOCATED, STATUS_FREED); in FreeShmemSection()
H A DISurfaceAllocator.h277 STATUS_ALLOCATED, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp166 allocHeader->mStatus = STATUS_ALLOCATED; in AllocShmemSection()
192 allocHeader->mStatus.compareExchange(STATUS_ALLOCATED, STATUS_FREED); in FreeShmemSection()
H A DISurfaceAllocator.h267 enum AllocationStatus { STATUS_ALLOCATED, STATUS_FREED }; enumerator