Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusprivate.c398 GList *pending_close_attempts; member
1367 GList *pending_close_attempts, *pending_flush_attempts; in iostream_close_cb() local
1374 pending_close_attempts = worker->pending_close_attempts; in iostream_close_cb()
1375 worker->pending_close_attempts = NULL; in iostream_close_cb()
1392 while (pending_close_attempts != NULL) in iostream_close_cb()
1394 CloseData *close_data = pending_close_attempts->data; in iostream_close_cb()
1396 pending_close_attempts = g_list_delete_link (pending_close_attempts, in iostream_close_cb()
1397 pending_close_attempts); in iostream_close_cb()
1445 if (worker->pending_close_attempts != NULL) in continue_writing()
1585 worker->pending_close_attempts = g_list_prepend (worker->pending_close_attempts, in schedule_writing_unlocked()
[all …]