Home
last modified time | relevance | path

Searched refs:thread_cancelled (Results 1 – 10 of 10) sorted by relevance

/dports/devel/glib20/glib-2.70.4/gio/
H A Dgio.stp.in100 * @thread_cancelled: %TRUE if the thread was cancelled, %FALSE otherwise
105 thread_cancelled = $arg2;
106 probestr = sprintf("gio.task_after_run_in_thread(%p) -> %u", task, thread_cancelled);
H A Dgtask.c567 gboolean thread_cancelled; member
958 if (task->thread_cancelled) in g_task_set_return_on_cancel()
1349 TRACE (GIO_TASK_AFTER_RUN_IN_THREAD (task, task->thread_cancelled)); in g_task_thread_complete()
1450 task->thread_cancelled = TRUE; in task_thread_cancelled()
1492 task->thread_cancelled = task->thread_complete = TRUE; in g_task_start_task_thread()
1493 TRACE (GIO_TASK_AFTER_RUN_IN_THREAD (task, task->thread_cancelled)); in g_task_start_task_thread()
/dports/devel/hpx/hpx-1.2.1/hpx/
H A Derror.hpp119 thread_cancelled = 45, enumerator
/dports/devel/hpx/hpx-1.2.1/examples/cancelable_action/
H A Dcancelable_action_client.cpp57 HPX_ASSERT(ec && ec.value() == hpx::thread_cancelled); in handle_interruption_using_error_code()
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/plugins/rdp/
H A Drdp_plugin.h293 gboolean thread_cancelled; member
H A Drdp_event.c1294 if (!rfi->thread_cancelled) in remmina_rdp_event_process_ui_queue()
1321 if (rfi->thread_cancelled) in remmina_rdp_event_queue_ui()
H A Drdp_plugin.c2121 rfi->thread_cancelled = TRUE; // Avoid all rf_queue function to run in rfi_uninit()
/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/
H A Dthread.cpp273 this->set_error(thread_cancelled, in cancel()
/dports/devel/hpx/hpx-1.2.1/src/util/
H A Dserialize_exception.cpp134 err_value = hpx::thread_cancelled; in save()
/dports/devel/hpx/hpx-1.2.1/src/
H A Dexception.cpp696 return hpx::thread_cancelled; in get_error()