Home
last modified time | relevance | path

Searched refs:shared_state (Results 251 – 275 of 535) sorted by relevance

1...<<11121314151617181920>>...22

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/
H A DREADME.md78 | `shared_state` | | Persistent application state |
79 | `trace_chunks` | `shared_state` | [CI trace chunks](https://docs.gitlab.com/ee/administration/job…
81 | `sessions` | `shared_state` | [Sessions](https://docs.gitlab.com/ee/development/session.html#redi…
88 1. `redis://localhost:6382` for `shared_state`.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc23 SerializedHandle shared_state, in PpapiCommandBufferProxy() argument
36 shared_state.TakeSharedMemoryRegion()); in PpapiCommandBufferProxy()
301 shared_state()->Read(&last_state_); in TryUpdateState()
304 gpu::CommandBufferSharedState* PpapiCommandBufferProxy::shared_state() const { in shared_state() function in ppapi::proxy::PpapiCommandBufferProxy
/dports/games/scummvm/scummvm-2.5.1/graphics/tinygl/
H A Dtexture.cpp81 t = c->shared_state.texture_hash_table[h % TEXTURE_HASH_TABLE_SIZE]; in find_texture()
99 ht = &c->shared_state.texture_hash_table[t->handle % TEXTURE_HASH_TABLE_SIZE]; in free_texture()
123 ht = &c->shared_state.texture_hash_table[h % TEXTURE_HASH_TABLE_SIZE]; in alloc_texture()
308 t = c->shared_state.texture_hash_table[i]; in tglGenTextures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc23 SerializedHandle shared_state, in PpapiCommandBufferProxy() argument
36 shared_state.TakeSharedMemoryRegion()); in PpapiCommandBufferProxy()
302 shared_state()->Read(&last_state_); in TryUpdateState()
305 gpu::CommandBufferSharedState* PpapiCommandBufferProxy::shared_state() const { in shared_state() function in ppapi::proxy::PpapiCommandBufferProxy
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dcommand_buffer_shared_test.cc45 void WriteToState(int32_t* buffer, CommandBufferSharedState* shared_state) { in WriteToState() argument
56 shared_state->Write(state); in WriteToState()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/mpm/python/usrp_mpm/
H A Ddiscovery.py28 def spawn_discovery_process(shared_state, discovery_addr): argument
41 args=(shared_state, discovery_addr)
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dcommand_buffer_shared_test.cc45 void WriteToState(int32_t* buffer, CommandBufferSharedState* shared_state) { in WriteToState() argument
56 shared_state->Write(state); in WriteToState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/story/
H A Dstory.py7 from telemetry.story import shared_state as shared_state_module
82 def Run(self, shared_state): argument
H A Dstory_unittest.py8 from telemetry.story import shared_state
12 class SharedStateBar(shared_state.SharedState):
/dports/databases/retcl/retcl-0.4.0/examples/
H A Dblocking-list.tcl78 set shared_state [array get ::g]
86 thread::send $t [list array set ::g $shared_state]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dskia_readback_pixeltest.cc50 SharedQuadState* shared_state = render_pass->CreateAndAppendSharedQuadState(); in CreateSharedQuadState() local
51 shared_state->SetAll(gfx::Transform(), layer_rect, visible_layer_rect, in CreateSharedQuadState()
56 return shared_state; in CreateSharedQuadState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dskia_readback_pixeltest.cc50 SharedQuadState* shared_state = render_pass->CreateAndAppendSharedQuadState(); in CreateSharedQuadState() local
51 shared_state->SetAll(gfx::Transform(), layer_rect, visible_layer_rect, in CreateSharedQuadState()
56 return shared_state; in CreateSharedQuadState()
/dports/devel/cquery/cquery-20180718/src/
H A Dfile_consumer.cc43 FileConsumer::FileConsumer(FileConsumerSharedState* shared_state, in FileConsumer() argument
45 : shared_(shared_state), parse_file_(parse_file) {} in FileConsumer()
/dports/lang/gcc12-devel/gcc-12-20211205/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
623 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
665 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/lang/gcc8/gcc-8.5.0/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
618 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
660 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/lang/gcc6-aux/gcc-6-20180516/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
618 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
660 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
618 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
660 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/lang/gcc11/gcc-11.2.0/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
623 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
665 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/lang/gcc10/gcc-10.3.0/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
623 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
665 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/lang/gcc11-devel/gcc-11-20211009/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
623 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
665 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
618 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
660 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/devel/avr-gcc/gcc-10.2.0/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
623 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
665 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/lang/gcc9-devel/gcc-9-20211007/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
623 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
665 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
618 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
660 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libitm/
H A Dbeginend.cc123 shared_state.store(-1, memory_order_relaxed); in gtm_thread()
618 shared_state.store((~(typeof gtm_thread::shared_state)0) - 1, in trycommit()
660 while (it->shared_state.load(memory_order_acquire) < priv_time) in trycommit()

1...<<11121314151617181920>>...22