Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Dkevent_pty.c197 static int attach_master, attach_slave; variable
237 T_ASSERT_POSIX_SUCCESS(openpty(&attach_master, &attach_slave, NULL, NULL,
241 (void *)(uintptr_t)attach_master), NULL);
246 redispatch(grp, DISPATCH_SOURCE_TYPE_READ, attach_master);