Home
last modified time | relevance | path

Searched refs:no_block (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/thread/concurrent_queues/
Dqueue_op_status.hpp38 BOOST_CONSTEXPR_OR_CONST no_block_tag no_block = {}; variable
/third_party/python/Objects/
Dcapsule.c195 PyCapsule_Import(const char *name, int no_block) in PyCapsule_Import() argument
217 if (no_block) { in PyCapsule_Import()
/third_party/python/Include/
Dpycapsule.h53 int no_block);
/third_party/python/Doc/c-api/
Dcapsule.rst101 .. c:function:: void* PyCapsule_Import(const char *name, int no_block)
106 string exactly. If *no_block* is true, import the module without blocking
107 (using :c:func:`PyImport_ImportModuleNoBlock`). If *no_block* is false,
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_bounded_queue/
Dsingle_thread_pass.cpp145 BOOST_TEST(q.try_push(boost::no_block, 1)); in main()
155 BOOST_TEST(q.try_push(boost::no_block, boost::move(nc))); in main()
214 BOOST_TEST(q.try_pull(boost::no_block, i)); in main()
/third_party/python/Doc/data/
Drefcounts.dat174 PyCapsule_Import:int:no_block::