Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

Previous Previous     Contents     Index     Next Next

Index

Numbers and Symbols

__errno, (Index Term)
__t_errno, (Index Term)
32-bit architectures, (Index Term)
64-bit environment
data type model, (Index Term)
/dev/kmem, (Index Term)
/dev/mem, (Index Term)
large file support, (Index Term)
large virtual address space, (Index Term)
libkvm, (Index Term)
libraries, (Index Term)
/proc restrictions, (Index Term)
registers, (Index Term)

A

Ada, (Index Term)
adding, signals to mask, (Index Term)
aio_errno, (Index Term)
AIO_INPROGRESS, (Index Term)
aio_result_t, (Index Term)
aiocancel(3AIO), (Index Term), (Index Term)
aioread(3AIO), (Index Term), (Index Term), (Index Term)
aiowait(3AIO), (Index Term)
aiowrite(3AIO), (Index Term), (Index Term)
algorithms
faster with MT, (Index Term)
parallel, (Index Term)
sequential, (Index Term)
ANSI C, (Index Term)
application-level threads, (Index Term)
architecture
multiprocessor, (Index Term)
SPARC, (Index Term)
SPARC, (Index Term), (Index Term)
assert statement, (Index Term), (Index Term), (Index Term)
Async-Signal-Safe
signal handlers, (Index Term)
functions, (Index Term), (Index Term)
asynchronous
event notification, (Index Term)
I/O, (Index Term), (Index Term), (Index Term)
semaphore use, (Index Term)
signals, (Index Term), (Index Term)
atomic, defined, (Index Term)
automatic, stack allocation, (Index Term)

B

binary semaphores, (Index Term)
binding
threads to LWPs, (Index Term)
values to keys, (Index Term), (Index Term)
bottlenecks, (Index Term)
bound threads, (Index Term), (Index Term)
defined, (Index Term)
reasons to bind, (Index Term)

C

C++, (Index Term)
cache, defined, (Index Term)
caching, threads data structure, (Index Term)
changing the signal mask, (Index Term), (Index Term)
coarse-grained locking, (Index Term)
code lock, (Index Term), (Index Term)
code monitor, (Index Term), (Index Term)
compile flag
-D_POSIX_C_SOURCE, (Index Term)
-D_POSIX_PTHREAD_SEMANTICS, (Index Term)
-D_REENTRANT, (Index Term)
single-threaded application, (Index Term)
completion semantics, (Index Term)
cond_broadcast(3THR), (Index Term), (Index Term)
cond_destroy(3THR), (Index Term)
cond_init(3THR), (Index Term), (Index Term), (Index Term)
cond_signal(3THR), (Index Term), (Index Term)
cond_timedwait(3THR), (Index Term)
cond_wait(3THR), (Index Term), (Index Term)
condition variables, (Index Term), (Index Term), (Index Term)
condition wait
POSIX threads, (Index Term)
Solaris threads, (Index Term)
contention, (Index Term), (Index Term)
continue execution, (Index Term)
counting semaphores, (Index Term), (Index Term)
creating
stacks, (Index Term), (Index Term), (Index Term), (Index Term)
thread-specific keys, (Index Term), (Index Term), (Index Term), (Index Term), (Index Term)
threads, (Index Term), (Index Term), (Index Term)
critical section, (Index Term)
custom stack, (Index Term), (Index Term), (Index Term)

D

daemon threads, (Index Term)
data
global, (Index Term)
local, (Index Term)
lock, (Index Term), (Index Term)
races, (Index Term)
shared, (Index Term), (Index Term)
thread specific
See thread-specific data
dbx(1), (Index Term)
deadlock, (Index Term), (Index Term)
debugging, (Index Term), (Index Term)
asynchronous signals, (Index Term)
dbx(1), (Index Term)
deadlocks, (Index Term)
hidden gap in synchronization, (Index Term)
inadequate stack size, (Index Term)
large automatic arrays, (Index Term)
long-jumping without releasing mutex lock, (Index Term)
mdb(1), (Index Term)
no synchronization of global memory, (Index Term)
passing pointer to caller's stack, (Index Term)
recursive deadlock, (Index Term)
reevaluate conditions after return from condition wait, (Index Term)
deleting signals from mask, (Index Term)
destructor function, (Index Term), (Index Term)
detached threads, (Index Term), (Index Term), (Index Term), (Index Term)
Dijkstra, E. W., (Index Term)
Previous Previous     Contents     Index     Next Next
 

Updated: 2003-09-29, 21:49