Searched refs:clients (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/misc/pty/
H A Dpty-core.h23 // lock covers server and all its clients
32 // list of all clients
33 list_node_t clients; member in struct:pty_server
H A Dpty-core.c177 list_for_every_entry(&ps->clients, c, pty_client_t, node) {
221 // remove client from list of clients and downref server
237 if (list_is_empty(&ps->clients)) {
259 // only controlling clients may create additional clients
263 // clients may not create controlling clients
298 list_for_every_entry(&ps->clients, c, pty_client_t, node) {
306 list_add_tail(&ps->clients, &pc->node);
339 // if there were no clients, mak
[all...]
H A Dpty-driver.c59 if (list_is_empty(&psd->srv.clients)) {

Completed in 29 milliseconds