Home
last modified time | relevance | path

Searched refs:hello_task (Results 1 – 9 of 9) sorted by relevance

/dports/net/py-kombu/kombu-4.6.11/examples/simple_task_queue/
H A Dclient.py28 from .tasks import hello_task
31 send_as_task(connection, fun=hello_task, args=('Kombu',), kwargs={},
H A Dtasks.py4 def hello_task(who='world'): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/examples/
H A DBUILD.bazel26 name = "hello_task",
28 "hello_task.cpp",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/kokoro/ubuntu/
H A Ddocker.sh115 ./hello_task
174 bazel run //examples:hello_task
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/kokoro/macos/
H A Dbuild.sh95 ./hello_task
159 "${BAZEL}" run //examples:hello_task
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_utils.c576 task = &stream->messages.hello_task; in _zrtp_cancel_send_packet_later()
601 stream->messages.hello_task._is_enabled = 0; in _zrtp_cancel_send_packet_later()
H A Dzrtp_iface_scheduler.c345 while (ctx->messages.hello_task._is_busy) { in zrtp_def_scheduler_wait_call_later()
H A Dzrtp_engine.c1327 zrtp_retry_task_t* task = &stream->messages.hello_task; in _zrtp_machine_start_send_and_resend_hello()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_types.h484 zrtp_retry_task_t hello_task; member