Home
last modified time | relevance | path

Searched defs:blocker (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-debugger-unavailable-port.js14 const blocker = createServer((socket) => socket.end()); constant
/third_party/libuv/docs/code/locks/
Dmain.c4 uv_barrier_t blocker; variable
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.h73 int blocker; member
/third_party/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.h120 rbug_block_t blocker; member
Drbug_context.c378 rbug_block_t blocker, in rbug_send_context_info_reply()
/third_party/boost/boost/signals2/
Dconnection.hpp83 shared_ptr<void> blocker = _weak_blocker.lock(); in get_blocker() local
/third_party/python/Lib/test/test_asyncio/
Dtest_locks.py171 async def lockit(name, blocker): argument