Home
last modified time | relevance | path

Searched refs:unblock (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Common/
DResource.cpp47 unblock.wait(); in lock()
74 unblock.signal(); in lock()
93 unblock.wait(); in lock()
118 unblock.signal(); in unlock()
146 unblock.signal(); in unlock()
DResource.hpp101 Event unblock; member in sw::Resource
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsExportAssignedConstructorFunctionWithSub.errors.txt1 …s file requires using private name 'Sub'. An explicit type annotation may unblock declaration emit.
2 …le requires using private name 'exports'. An explicit type annotation may unblock declaration emit.
11 …s file requires using private name 'Sub'. An explicit type annotation may unblock declaration emit.
13 …le requires using private name 'exports'. An explicit type annotation may unblock declaration emit.
DjsDeclarationsTypeReassignmentFromDeclaration2.errors.txt1 …onformance/jsdoc/declarations/some-mod"'. An explicit type annotation may unblock declaration emit.
7 …onformance/jsdoc/declarations/some-mod"'. An explicit type annotation may unblock declaration emit.
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttask.c307 gboolean unblock; member
322 while (!tdata->unblock) in task_cb()
333 tdata->unblock = FALSE; in init_task_data()
379 tdata.unblock = TRUE; in GST_START_TEST()
384 tdata2.unblock = TRUE; in GST_START_TEST()
440 tdata.unblock = TRUE; in GST_START_TEST()
445 tdata2.unblock = TRUE; in GST_START_TEST()
/third_party/boost/libs/signals2/test/
Dshared_connection_block_test.cpp68 block.unblock(); in BOOST_AUTO_TEST_CASE()
93 block.unblock(); in BOOST_AUTO_TEST_CASE()
100 block.unblock(); in BOOST_AUTO_TEST_CASE()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c420 …struct rbug_proto_context_draw_unblock *unblock = (struct rbug_proto_context_draw_unblock *)header; in rbug_context_draw_unblock() local
426 rb_context = rbug_get_context_locked(rb_screen, unblock->context); in rbug_context_draw_unblock()
435 if (unblock->unblock & RBUG_BLOCK_RULE) in rbug_context_draw_unblock()
438 rb_context->draw_blocked &= ~unblock->unblock; in rbug_context_draw_unblock()
440 rb_context->draw_blocker &= ~unblock->unblock; in rbug_context_draw_unblock()
/third_party/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.h81 rbug_block_t unblock; member
150 rbug_block_t unblock,
Drbug_context.c197 rbug_block_t unblock, in rbug_send_context_draw_unblock() argument
219 WRITE(4, rbug_block_t, unblock); /* unblock */ in rbug_send_context_draw_unblock()
596 READ(4, rbug_block_t, unblock); /* unblock */ in rbug_demarshal_context_draw_unblock()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dnull_signal_blocker.hpp54 void unblock() in unblock() function in boost::asio::detail::null_signal_blocker
Dposix_signal_blocker.hpp65 void unblock() in unblock() function in boost::asio::detail::posix_signal_blocker
/third_party/boost/boost/asio/detail/
Dnull_signal_blocker.hpp54 void unblock() in unblock() function in boost::asio::detail::null_signal_blocker
Dposix_signal_blocker.hpp65 void unblock() in unblock() function in boost::asio::detail::posix_signal_blocker
/third_party/boost/boost/graph/
Dhawick_circuits.hpp203 void unblock(Vertex u) in unblock() function
215 unblock(w); in unblock()
259 unblock(v); in circuit()
/third_party/node/tools/
Dmacos-firewall.sh30 $SFW --unblock "$1"
/third_party/boost/boost/signals2/
Dshared_connection_block.hpp44 void unblock() in unblock() function in boost::signals2::shared_connection_block
/third_party/boost/libs/thread/doc/
Dcondition_variables.qbk216 thread will unblock when notified by a call to `this->notify_one()` or
258 thread will unblock when notified by a call to `this->notify_one()` or
289 thread will unblock when notified by a call to `this->notify_one()` or
342 thread will unblock when notified by a call to `this->notify_one()` or
374 thread will unblock when notified by a call to `this->notify_one()` or
554 thread will unblock when notified by a call to `this->notify_one()` or
590 thread will unblock when notified by a call to `this->notify_one()` or
615 thread will unblock when notified by a call to `this->notify_one()` or
661 thread will unblock when notified by a call to `this->notify_one()` or
686 thread will unblock when notified by a call to `this->notify_one()` or
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Daudiosrc100 /* reset the audio device, unblock from a write */
Daudiosink99 /* reset the audio device, unblock from a write */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp459 void GCOVBlock::unblock(const GCOVBlock *U, BlockVector &Blocked, in unblock() function in GCOVBlock
472 GCOVBlock::unblock(GB, Blocked, BlockLists); in unblock()
506 GCOVBlock::unblock(V, Blocked, BlockLists); in lookForCircuit()
/third_party/EGL/extensions/NV/
DEGL_NV_sync.txt223 eglClientWaitSyncNV commands (see below) blocking on <sync> to unblock.
237 eglClientWaitSyncNV command blocking on that sync object will unblock.
324 commands blocking on <sync> will unblock.
506 ClientWaitSyncARB will unblock and return FALSE to the
511 unblock once all (or any) of the sync objects passed to it
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_sync.txt223 eglClientWaitSyncNV commands (see below) blocking on <sync> to unblock.
237 eglClientWaitSyncNV command blocking on that sync object will unblock.
324 commands blocking on <sync> will unblock.
506 ClientWaitSyncARB will unblock and return FALSE to the
511 unblock once all (or any) of the sync objects passed to it
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysinkconvertbin.c212 goto unblock; in pad_blocked_cb()
233 unblock: in pad_blocked_cb()
/third_party/boost/libs/fiber/doc/
Dbarrier.qbk25 That will in fact unblock the launching fiber. The unfortunate part is that it
/third_party/weston/
Dreleasing.md62 to unblock master development early).

123