Programming Interfaces Guide
この本のみを検索
この本を見る:
PDF 文書ファイルをダウンロードする (1839 KB)
A
ABI, See application binary interface
ABI differences from API ( Index Term Link )
accept ( Index Term Link ) ( Index Term Link )
API differences from ABI ( Index Term Link )
appcert
limitations ( Index Term Link )
syntax ( Index Term Link )
application binary interface (ABI) ( Index Term Link )
defined ( Index Term Link )
tools ( Index Term Link )
appcert ( Index Term Link )
apptrace ( Index Term Link )
apptrace ( Index Term Link )
asynchronous I/O
behavior ( Index Term Link )
endpoint service ( Index Term Link )
guaranteeing buffer state ( Index Term Link )
listen for network connection ( Index Term Link )
making connection request ( Index Term Link )
notification of data arrival ( Index Term Link )
opening a file ( Index Term Link )
using structure ( Index Term Link )
Asynchronous Safe ( Index Term Link )
asynchronous socket ( Index Term Link ) ( Index Term Link )
atomic updates to semaphores ( Index Term Link )
attribute, finding in an SDP session structure ( Index Term Link )
B
barrier mode, implicit ( Index Term Link )
bind ( Index Term Link ) ( Index Term Link )
blocking mode
defined ( Index Term Link )
finite time quantum ( Index Term Link )
priority inversion ( Index Term Link )
time-sharing process ( Index Term Link )
brk(2) ( Index Term Link )
broadcast, sending message ( Index Term Link )
C
calloc ( Index Term Link )
chmod(1) ( Index Term Link )
class
definition ( Index Term Link )
priority queue ( Index Term Link )
scheduling algorithm ( Index Term Link )
scheduling priorities ( Index Term Link )
Client-server model ( Index Term Link )
close ( Index Term Link )
connect ( Index Term Link ) ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
connection-mode
asynchronous network service ( Index Term Link )
asynchronously connecting ( Index Term Link )
definition ( Index Term Link )
using asynchronous connection ( Index Term Link )
connectionless mode, asynchronous network service ( Index Term Link )
connectionless-mode, definition ( Index Term Link )
context switch, preempting a process ( Index Term Link )
creation flags, IPC ( Index Term Link )
D
daemon, inetd ( Index Term Link )
datagram
socket ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
debugging dynamic memory ( Index Term Link )
/dev/zero, mapping ( Index Term Link )
dispatch, priorities ( Index Term Link )
dispatch latency ( Index Term Link )
under realtime ( Index Term Link )
dispatch table
configuring ( Index Term Link )
kernel ( Index Term Link )
dynamic memory
allocation ( Index Term Link )
debugging ( Index Term Link )
access checking ( Index Term Link )
leak checking ( Index Term Link )
memory use checking ( Index Term Link )
E
EWOULDBLOCK ( Index Term Link )
examples, library mapfile ( Index Term Link )
F
F_GETLK ( Index Term Link )
F_SETOWN fcntl ( Index Term Link )
fcntl(2) ( Index Term Link )
file and record locking ( Index Term Link )
file descriptor
passing to another process ( Index Term Link )
transferring ( Index Term Link )
file system
contiguous ( Index Term Link )
opening dynamically ( Index Term Link )
file versioning ( Index Term Link )
files, lock ( Index Term Link )
free ( Index Term Link )
G
gethostbyaddr ( Index Term Link )
gethostbyname ( Index Term Link )
getpeername ( Index Term Link )
getservbyname ( Index Term Link )
getservbyport ( Index Term Link )
getservent ( Index Term Link )
H
handle
socket ( Index Term Link ) ( Index Term Link )
handles ( Index Term Link )
host name mapping ( Index Term Link )
hostent structure ( Index Term Link )
I
I/O, See asynchronous I/O or synchronous I/O
implicit barrier mode ( Index Term Link )
inet_ntoa ( Index Term Link )
inetd ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
inetd.conf ( Index Term Link )
init(1M), scheduler properties ( Index Term Link )
interfaces
advanced I/O ( Index Term Link )
basic I/O ( Index Term Link )
IPC ( Index Term Link )
list file system control ( Index Term Link )
terminal I/O ( Index Term Link )
Internet
host name mapping ( Index Term Link )
port numbers ( Index Term Link )
well known address ( Index Term Link ) ( Index Term Link )
Interprocess Communication (IPC)
using messages ( Index Term Link )
using named pipes ( Index Term Link )
using pipes ( Index Term Link )
using semaphores ( Index Term Link )
using shared memory ( Index Term Link )
ioctl, SIOCATMARK ( Index Term Link )
IPC (interprocess communication) ( Index Term Link )
creation flags ( Index Term Link )
interfaces ( Index Term Link )
messages ( Index Term Link )
permissions ( Index Term Link )
semaphores ( Index Term Link )
shared memory ( Index Term Link )
IPC_RMID ( Index Term Link )
IPC_SET ( Index Term Link )
IPC_STAT ( Index Term Link )
IPPORT_RESERVED ( Index Term Link )
K
kernel
class independent ( Index Term Link )
context switch ( Index Term Link )
dispatch table ( Index Term Link )
preempting current process ( Index Term Link )
queue ( Index Term Link )
L
libnsl ( Index Term Link )
lockf(3C) ( Index Term Link )
locking
advisory ( Index Term Link )
F_GETLK ( Index Term Link )
finding locks ( Index Term Link )
mandatory ( Index Term Link )
memory in realtime ( Index Term Link )
opening a file for ( Index Term Link )
record ( Index Term Link )
removing ( Index Term Link )
setting ( Index Term Link )
supported file systems ( Index Term Link )
testing locks ( Index Term Link )
with fcntl(2) ( Index Term Link )
ls(1) ( Index Term Link )
M
malloc ( Index Term Link )
mapped files ( Index Term Link ) ( Index Term Link )
media, finding in an SDP session structure ( Index Term Link )
media format, finding in an SDP session structure ( Index Term Link )
memalign ( Index Term Link )
memory
locking ( Index Term Link )
locking a page ( Index Term Link )
locking all pages ( Index Term Link )
number of locked pages ( Index Term Link )
sticky locks ( Index Term Link )
unlocking a page ( Index Term Link )
memory allocation, dynamic ( Index Term Link )
memory management ( Index Term Link )
brk ( Index Term Link )
interfaces ( Index Term Link )
mlock ( Index Term Link )
mlockall ( Index Term Link )
mmap ( Index Term Link ) ( Index Term Link )
mprotect ( Index Term Link )
msync ( Index Term Link )
munmap ( Index Term Link ) ( Index Term Link )
sbrk ( Index Term Link )
sysconf ( Index Term Link )
messages ( Index Term Link )
mlock ( Index Term Link )
mlockall ( Index Term Link )
mmap ( Index Term Link ) ( Index Term Link )
mprotect ( Index Term Link )
MSG_DONTROUTE ( Index Term Link )
MSG_OOB ( Index Term Link )
MSG_PEEK ( Index Term Link ) ( Index Term Link )
msgget() ( Index Term Link )
msqid ( Index Term Link )
msync ( Index Term Link )
multiple connect (TLI) ( Index Term Link )
multithread safe ( Index Term Link ) ( Index Term Link )
munmap ( Index Term Link ) ( Index Term Link )
N
name-to-address translation
inet ( Index Term Link )
nis.so ( Index Term Link )
straddr.so ( Index Term Link )
switch.so ( Index Term Link )
tcpip.so ( Index Term Link )
named pipe, FIFO ( Index Term Link )
netdir_free ( Index Term Link ) ( Index Term Link )
netdir_getbyaddr ( Index Term Link )
netdir_getbyname ( Index Term Link )
netdir_options ( Index Term Link )
netdir_perror ( Index Term Link )
netdir_sperror ( Index Term Link )
netent structure ( Index Term Link )
network
asynchronous connection ( Index Term Link ) ( Index Term Link )
asynchronous service ( Index Term Link )
asynchronous transfers ( Index Term Link )
asynchronous use ( Index Term Link )
connection-mode service ( Index Term Link )
connectionless-mode service ( Index Term Link )
programming models for real-time ( Index Term Link )
services under realtime ( Index Term Link ) ( Index Term Link )
using STREAMS asynchronously ( Index Term Link ) ( Index Term Link )
using Transport-Level Interface (TLI) ( Index Term Link )
networked applications ( Index Term Link )
nice(1) ( Index Term Link )
nice(2) ( Index Term Link )
nis.so ( Index Term Link )
non-blocking mode
configuring endpoint connections ( Index Term Link )
defined ( Index Term Link )
endpoint bound to service address ( Index Term Link )
network service ( Index Term Link )
polling for notification ( Index Term Link )
service requests ( Index Term Link )
Transport-Level Interface (TLI) ( Index Term Link )
using t_connect() ( Index Term Link )
nonblocking sockets ( Index Term Link )
O
optmgmt ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
out-of-band data ( Index Term Link )
P
performance, scheduler effect on ( Index Term Link )
permissions, IPC ( Index Term Link )
poll ( Index Term Link )
pollfd structure ( Index Term Link ) ( Index Term Link )
polling
for a connection request ( Index Term Link )
notification of data ( Index Term Link )
using poll(2) ( Index Term Link )
port numbers for Internet ( Index Term Link )
port to service mapping ( Index Term Link )
porting from TLI to XTI ( Index Term Link )
priocntl(1) ( Index Term Link )
priority inversion
defined ( Index Term Link )
synchronization ( Index Term Link )
priority queue, linear linked list ( Index Term Link )
process
defined for realtime ( Index Term Link )
dispatching ( Index Term Link ) ( Index Term Link )
highest priority ( Index Term Link )
preemption ( Index Term Link )
residence in memory ( Index Term Link )
runaway ( Index Term Link )
scheduling for realtime ( Index Term Link )
setting priorities ( Index Term Link )
process priority
global ( Index Term Link )
setting and retrieving ( Index Term Link )
protoent structure ( Index Term Link )
R
real-time, scheduler class ( Index Term Link )
realloc ( Index Term Link )
recvfrom ( Index Term Link )
remote shared memory API, See RSMAPI
removing record locks ( Index Term Link )
response time
blocking processes ( Index Term Link )
bounds to I/O ( Index Term Link )
degrading ( Index Term Link )
inheriting priority ( Index Term Link )
servicing interrupts ( Index Term Link )
sharing libraries ( Index Term Link )
sticky locks ( Index Term Link )
reversing operations for semaphores ( Index Term Link )
rpcbind ( Index Term Link )
rsm_create_localmemory_handle ( Index Term Link )
rsm_free_interconnect_topology ( Index Term Link )
rsm_free_localmemory_handle ( Index Term Link )
rsm_get_controller ( Index Term Link )
rsm_get_controller_attr ( Index Term Link )
rsm_get_interconnect_topology ( Index Term Link )
rsm_get_segmentid_range ( Index Term Link )
rsm_intr_signal_post ( Index Term Link )
rsm_intr_signal_wait ( Index Term Link )
rsm_memseg_export_create ( Index Term Link )
rsm_memseg_export_destroy ( Index Term Link )
rsm_memseg_export_publish ( Index Term Link )
rsm_memseg_export_rebind ( Index Term Link )
rsm_memseg_export_republish ( Index Term Link )
rsm_memseg_export_unpublish ( Index Term Link )
rsm_memseg_get_pollfd ( Index Term Link )
rsm_memseg_import_close_barrier ( Index Term Link )
rsm_memseg_import_connect ( Index Term Link )
rsm_memseg_import_destroy_barrier ( Index Term Link )
rsm_memseg_import_disconnect ( Index Term Link )
rsm_memseg_import_get ( Index Term Link )
rsm_memseg_import_get_mode ( Index Term Link )
rsm_memseg_import_get16 ( Index Term Link )
rsm_memseg_import_get32 ( Index Term Link )
rsm_memseg_import_get64 ( Index Term Link )
rsm_memseg_import_get8 ( Index Term Link )
rsm_memseg_import_getv ( Index Term Link )
rsm_memseg_import_init_barrier ( Index Term Link ) ( Index Term Link )
rsm_memseg_import_map ( Index Term Link )
rsm_memseg_import_open_barrier ( Index Term Link )
rsm_memseg_import_order_barrier ( Index Term Link )
rsm_memseg_import_put ( Index Term Link )
rsm_memseg_import_put16 ( Index Term Link )
rsm_memseg_import_put32 ( Index Term Link )
rsm_memseg_import_put64 ( Index Term Link )
rsm_memseg_import_put8 ( Index Term Link )
rsm_memseg_import_putv ( Index Term Link )
rsm_memseg_import_set_mode ( Index Term Link )
rsm_memseg_import_unmap ( Index Term Link )
rsm_memseg_release_pollfd ( Index Term Link )
rsm_release_controller ( Index Term Link )
RSMAPI ( Index Term Link )
administrative operations ( Index Term Link )
application ID ( Index Term Link )
rsm_get_segmentid_range ( Index Term Link )
API framework ( Index Term Link )
barrier mode
implicit ( Index Term Link )
cluster topology operations ( Index Term Link )
data structures ( Index Term Link )
event operations ( Index Term Link )
get pollfd ( Index Term Link )
post signal ( Index Term Link )
release pollfd ( Index Term Link )
rsm_intr_signal_post ( Index Term Link )
rsm_intr_signal_wait ( Index Term Link )
rsm_memseg_get_pollfd ( Index Term Link )
rsm_memseg_release_pollfd ( Index Term Link )
wait for signal ( Index Term Link )
interconnect controller operations ( Index Term Link )
rsm_free_interconnect_topology ( Index Term Link )
rsm_get_controller ( Index Term Link )
rsm_get_controller_attr ( Index Term Link )
rsm_get_interconnect_topology ( Index Term Link )
rsm_release_controller ( Index Term Link )
library functions ( Index Term Link )
memory access primitives ( Index Term Link )
rsm_memseg_import_get ( Index Term Link )
rsm_memseg_import_get16 ( Index Term Link )
rsm_memseg_import_get32 ( Index Term Link )
rsm_memseg_import_get64 ( Index Term Link )
rsm_memseg_import_get8 ( Index Term Link )
rsm_memseg_import_put ( Index Term Link )
rsm_memseg_import_put16 ( Index Term Link )
rsm_memseg_import_put32 ( Index Term Link )
rsm_memseg_import_put64 ( Index Term Link )
rsm_memseg_import_put8 ( Index Term Link )
memory segment creation ( Index Term Link )
memory segment destruction ( Index Term Link )
memory segment operations ( Index Term Link )
barrier operations ( Index Term Link )
close barrier ( Index Term Link )
connect ( Index Term Link )
destroy barrier ( Index Term Link )
disconnect ( Index Term Link )
export-side ( Index Term Link )
free local handle ( Index Term Link )
get barrier mode ( Index Term Link )
get local handle ( Index Term Link )
handles ( Index Term Link )
import-side ( Index Term Link )
imported segment map ( Index Term Link )
initialize barrier ( Index Term Link )
open barrier ( Index Term Link )
order barrier ( Index Term Link )
rebind ( Index Term Link )
rsm_create_localmemory_handle ( Index Term Link )
rsm_free_localmemory_handle ( Index Term Link )
rsm_memseg_export_create ( Index Term Link )
rsm_memseg_export_destroy ( Index Term Link )
rsm_memseg_export_publish ( Index Term Link )
rsm_memseg_export_rebind ( Index Term Link )
rsm_memseg_export_republish ( Index Term Link )
rsm_memseg_export_unpublish ( Index Term Link )
rsm_memseg_import_close_barrier ( Index Term Link )
rsm_memseg_import_connect ( Index Term Link )
rsm_memseg_import_destroy_barrier ( Index Term Link )
rsm_memseg_import_disconnect ( Index Term Link )
rsm_memseg_import_get_mode ( Index Term Link )
rsm_memseg_import_getv ( Index Term Link )
rsm_memseg_import_init_barrier ( Index Term Link )
rsm_memseg_import_map ( Index Term Link )
rsm_memseg_import_open_barrier ( Index Term Link )
rsm_memseg_import_order_barrier ( Index Term Link )
rsm_memseg_import_putv ( Index Term Link )
rsm_memseg_import_set_mode ( Index Term Link )
rsm_memseg_import_unmap ( Index Term Link )
scatter-gather access ( Index Term Link )
segment mapping ( Index Term Link )
segment unmapping ( Index Term Link )
set barrier mode ( Index Term Link )
memory segment publication ( Index Term Link )
memory segment republication ( Index Term Link )
memory segment unpublication ( Index Term Link )
parameters ( Index Term Link )
segment allocation ( Index Term Link )
shared memory model ( Index Term Link )
SUNWinterconnect ( Index Term Link )
SUNWrsm ( Index Term Link )
SUNWrsmdk ( Index Term Link )
SUNWrsmop ( Index Term Link )
usage ( Index Term Link )
file descriptor ( Index Term Link )
Run Time Checking (RTC) ( Index Term Link )
rwho ( Index Term Link )
S
sbrk ( Index Term Link )
sbrk(2) ( Index Term Link )
scheduler ( Index Term Link ) ( Index Term Link )
classes ( Index Term Link )
configuring ( Index Term Link )
effect on performance ( Index Term Link )
priority ( Index Term Link )
real-time ( Index Term Link )
real-time policy ( Index Term Link )
scheduling classes ( Index Term Link )
system policy ( Index Term Link )
time-sharing policy ( Index Term Link )
using system calls ( Index Term Link )
using utilities ( Index Term Link )
scheduler, class ( Index Term Link )
sdp_add_attribute ( Index Term Link )
sdp_add_bandwidth ( Index Term Link )
sdp_add_connection ( Index Term Link )
sdp_add_email ( Index Term Link )
sdp_add_information ( Index Term Link )
sdp_add_key ( Index Term Link )
sdp_add_media ( Index Term Link )
sdp_add_name ( Index Term Link )
sdp_add_origin ( Index Term Link )
sdp_add_phone ( Index Term Link )
sdp_add_repeat ( Index Term Link )
sdp_add_time ( Index Term Link )
sdp_add_uri ( Index Term Link )
sdp_add_zone ( Index Term Link )
sdp_clone_session ( Index Term Link )
sdp_delete_all_field ( Index Term Link )
sdp_delete_all_media_field ( Index Term Link )
sdp_delete_attribute ( Index Term Link )
sdp_delete_media ( Index Term Link )
sdp_find_attribute ( Index Term Link )
sdp_find_media ( Index Term Link )
sdp_find_media_rtpmap ( Index Term Link )
sdp_free_session ( Index Term Link )
sdp_new_session ( Index Term Link )
sdp_parse ( Index Term Link )
SDP session structure
finding an attribute in ( Index Term Link )
finding media format in ( Index Term Link )
finding media in ( Index Term Link )
sdp_session_to_str ( Index Term Link )
select ( Index Term Link ) ( Index Term Link )
semaphores ( Index Term Link )
arbitrary simultaneous updates ( Index Term Link )
atomic updates ( Index Term Link )
reversing operations and SEM_UNDO ( Index Term Link )
undo structure ( Index Term Link )
semget() ( Index Term Link )
semop() ( Index Term Link )
send ( Index Term Link )
servent structure ( Index Term Link )
service to port mapping ( Index Term Link )
Session Description Protocol API
API framework ( Index Term Link )
attribute field ( Index Term Link )
bandwidth field ( Index Term Link )
cloning a session ( Index Term Link )
connection field ( Index Term Link )
converting a session to string ( Index Term Link )
creating a new session structure ( Index Term Link )
deleting attributes ( Index Term Link )
deleting fields ( Index Term Link )
deleting media ( Index Term Link )
deleting media fields ( Index Term Link )
email field ( Index Term Link )
finding an attribute ( Index Term Link )
finding media ( Index Term Link )
finding media format ( Index Term Link )
freeing a session ( Index Term Link )
information field ( Index Term Link )
key field ( Index Term Link )
library functions ( Index Term Link )
media field ( Index Term Link )
name field ( Index Term Link )
origin field ( Index Term Link )
parsing a structure ( Index Term Link )
repeat field ( Index Term Link )
sdp_new_session ( Index Term Link )
searching the SDP session structure ( Index Term Link )
shutting down a session structure ( Index Term Link )
telephone field ( Index Term Link )
time field ( Index Term Link )
URI field ( Index Term Link )
utility functions ( Index Term Link )
zone field ( Index Term Link )
setting record locks ( Index Term Link )
shared memory ( Index Term Link )
shared memory model ( Index Term Link )
shmget() ( Index Term Link )
shutdown ( Index Term Link )
SIGIO ( Index Term Link )
SIOCATMARK ioctl ( Index Term Link )
SIOCGIFCONF ioctl ( Index Term Link )
SIOCGIFFLAGS ioctl ( Index Term Link )
SOCK_DGRAM ( Index Term Link ) ( Index Term Link )
SOCK_RAW ( Index Term Link )
SOCK_STREAM ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
socket
address binding ( Index Term Link ) ( Index Term Link )
AF_INET
bind ( Index Term Link )
create ( Index Term Link )
getservbyname ( Index Term Link )
getservbyport ( Index Term Link )
getservent ( Index Term Link )
inet_ntoa ( Index Term Link )
socket ( Index Term Link )
AF_UNIX
bind ( Index Term Link ) ( Index Term Link )
create ( Index Term Link )
delete ( Index Term Link )
asynchronous ( Index Term Link ) ( Index Term Link )
close ( Index Term Link )
connect stream ( Index Term Link )
datagram ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
handle ( Index Term Link ) ( Index Term Link )
initiate connection ( Index Term Link ) ( Index Term Link )
multiplexed ( Index Term Link )
nonblocking ( Index Term Link )
out-of-band data ( Index Term Link ) ( Index Term Link )
select ( Index Term Link ) ( Index Term Link )
selecting protocols ( Index Term Link )
SIOCGIFCONF ioctl ( Index Term Link )
SIOCGIFFLAGS ioctl ( Index Term Link )
SOCK_DGRAM
connect ( Index Term Link )
recvfrom ( Index Term Link ) ( Index Term Link )
send ( Index Term Link )
SOCK_STREAM ( Index Term Link )
F_GETOWN fcntl ( Index Term Link )
F_SETOWN fcntl ( Index Term Link )
out-of-band ( Index Term Link )
SIGIO signal ( Index Term Link ) ( Index Term Link )
SIGURG signal ( Index Term Link )
TCP port ( Index Term Link )
UDP port ( Index Term Link )
Solaris library symbol versioning, See symbol versioning
straddr.so ( Index Term Link )
stream
data ( Index Term Link )
socket ( Index Term Link ) ( Index Term Link )
Sun WorkShop ( Index Term Link )
access checking ( Index Term Link )
leak checking ( Index Term Link )
memory use checking ( Index Term Link )
SUNWinterconnect ( Index Term Link )
SUNWrsm ( Index Term Link )
SUNWrsmdk ( Index Term Link )
SUNWrsmop ( Index Term Link )
switch.so ( Index Term Link )
symbol versioning ( Index Term Link )
synchronous I/O
blocking ( Index Term Link )
critical timing ( Index Term Link )
sysconf ( Index Term Link )
T
t_accept ( Index Term Link )
t_alloc ( Index Term Link ) ( Index Term Link )
t_bind ( Index Term Link ) ( Index Term Link )
t_close ( Index Term Link ) ( Index Term Link )
t_connect ( Index Term Link )
T_DATAXFER ( Index Term Link )
t_error ( Index Term Link )
t_free ( Index Term Link )
t_getinfo ( Index Term Link ) ( Index Term Link )
t_getstate ( Index Term Link )
t_listen ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
t_look ( Index Term Link )
t_open ( Index Term Link ) ( Index Term Link ) ( Index Term Link )
t_optmgmt ( Index Term Link )
t_rcv ( Index Term Link )
t_rcvconnect ( Index Term Link )
t_rcvdis ( Index Term Link ) ( Index Term Link )
t_rcvrel ( Index Term Link ) ( Index Term Link )
t_rcvuderr ( Index Term Link ) ( Index Term Link )
t_rcvv ( Index Term Link )
t_rcvvudata ( Index Term Link )
t_snd ( Index Term Link )
t_snddis ( Index Term Link ) ( Index Term Link )
t_sndrel ( Index Term Link ) ( Index Term Link )
t_sndreldata ( Index Term Link )
t_sndudata ( Index Term Link )
t_sndv ( Index Term Link )
t_sndvudata ( Index Term Link )
t_sync ( Index Term Link )
t_sysconf ( Index Term Link )
t_unbind ( Index Term Link )
TCP, port ( Index Term Link )
tcpip.so ( Index Term Link )
time-sharing
scheduler class ( Index Term Link )
scheduler parameter table ( Index Term Link )
timers
f applications ( Index Term Link )
for interval timing ( Index Term Link )
timestamping ( Index Term Link )
using one-shot ( Index Term Link )
using periodic type ( Index Term Link )
tirdwr ( Index Term Link )
tiuser.h ( Index Term Link )
TLI
asynchronous mode ( Index Term Link ) ( Index Term Link )
broadcast ( Index Term Link )
incoming events ( Index Term Link )
multiple connection requests ( Index Term Link )
opaque addresses ( Index Term Link )
outgoing events ( Index Term Link )
privileged ports ( Index Term Link )
protocol independence ( Index Term Link )
queue connect requests ( Index Term Link )
queue multiple requests ( Index Term Link )
read/write interface ( Index Term Link )
socket comparison ( Index Term Link )
state transitions ( Index Term Link )
states ( Index Term Link )
Transport-Level Interface (TLI), asynchronous endpoint ( Index Term Link )
U
UDP, port ( Index Term Link )
undo structure for semaphores ( Index Term Link )
unlink ( Index Term Link )
updates, atomic for semaphores ( Index Term Link )
usage
apptrace ( Index Term Link )
file descriptor ( Index Term Link )
RSMAPI ( Index Term Link )
user priority ( Index Term Link )
V
valloc ( Index Term Link )
versioning
file ( Index Term Link )
symbol ( Index Term Link )
virtual memory ( Index Term Link )
X
XTI ( Index Term Link )
xti.h ( Index Term Link )
XTI Interface ( Index Term Link )
XTI Utility Interfaces ( Index Term Link )
XTI variables, getting ( Index Term Link )
Z
zero ( Index Term Link )