Searched refs:hello_task (Results 1 – 9 of 9) sorted by relevance
28 from .tasks import hello_task31 send_as_task(connection, fun=hello_task, args=('Kombu',), kwargs={},
4 def hello_task(who='world'): function
26 name = "hello_task",28 "hello_task.cpp",
115 ./hello_task174 bazel run //examples:hello_task
95 ./hello_task159 "${BAZEL}" run //examples:hello_task
576 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()
345 while (ctx->messages.hello_task._is_busy) { in zrtp_def_scheduler_wait_call_later()
1327 zrtp_retry_task_t* task = &stream->messages.hello_task; in _zrtp_machine_start_send_and_resend_hello()
484 zrtp_retry_task_t hello_task; member