Searched refs:tcd_port (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | sigev_thread.c | 196 if (port_get(tcdp->tcd_port, &port_event, NULL) != 0) { 198 tcdp->tcd_port, errno, strerror(errno)); 211 tcdp->tcd_port, port_event.portev_source); 261 ret = _port_dispatch(tcdp->tcd_port, 0, PORT_SOURCE_MQ, 288 if (port_get(tcdp->tcd_port, &port_event, NULL) != 0) { 291 tcdp->tcd_port, error, strerror(error)); 304 tcdp->tcd_port, port_event.portev_source); 383 if (_port_dispatch(tcdp->tcd_port, 0, 410 tcdp->tcd_port = -1; 432 if (tcdp->tcd_port > [all...] |
H A D | sigev_thread.h | 58 int tcd_port; /* port this spawner is controlling */ member in struct:thread_communication_data
|
H A D | clock_timer.c | 102 port_notify.portnfy_port = tcdp->tcd_port;
|
H A D | mqueue.c | 1055 tcdp->tcd_port = port;
|
Completed in 59 milliseconds