JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Multithreaded Programming Guide     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Covering Multithreading Basics

2.  Basic Threads Programming

3.  Thread Attributes

4.  Programming with Synchronization Objects

5.  Programming With the Oracle Solaris Software

6.  Programming With Oracle Solaris Threads

7.  Safe and Unsafe Interfaces

8.  Compiling and Debugging

9.  Programming Guidelines

A.  Extended Example: A Thread Pool Implementation

Index

Numbers and Symbols

A

B

C

D

E

F

G

I

J

K

L

M

N

P

R

S

T

U

V

W

X

R

_r, index iconProviding for Static Local Variables
read, index iconShared I/O and New I/O System Calls
read-write locks, index iconrwlock_destroy Syntax
acquiring read lock, index iconpthread_rwlock_rdlock Syntax
acquiring write lock, index iconpthread_rwlock_wrlock Syntax
attributes, index iconRead-Write Lock Attributes
destroying, index iconDestroying a Read-Write Lock
destroying lock attribute, index iconDestroying a Read-Write Lock Attribute
getting lock attribute, index iconGetting a Read-Write Lock Attribute
initializing lock
index iconpthread_rwlockattr_init Syntax
index iconInitializing a Read-Write Lock
locking read lock, index iconAcquiring a Non-Blocking Read Lock on a Read-Write Lock
locking write lock, index iconpthread_rwlock_trywrlock Syntax
releasing read lock, index iconpthread_rwlock_unlock Syntax
setting lock attribute, index iconSetting a Read-Write Lock Attribute
readers/writer locks, index iconProgramming with Synchronization Objects
realtime, scheduling, index iconRealtime Scheduling
red zone
index iconAllocating Stack Space for Threads
index iconthr_min_stack Syntax
reentrant, index iconReentrant Function
described, index iconReentrant Function
functions
index iconMT Interface Safety Levels
index iconReentrant Functions for Unsafe Interfaces
strategies for making, index iconReentrant Function
register state, index iconUser-Level Threads State
relaxed memory ordering, index iconShared-Memory Multiprocessors
remote procedure call RPC, index iconCombining Threads and RPC
replacing signal mask, index iconpthread_sigmask Syntax
resuming execution
index iconContinuing a Suspended Thread
index iconContinuing a Suspended Thread
RPC
index iconCombining Threads and RPC
index iconMT Safety Levels for Libraries
index iconCreating and Using Threads
RT,, See realtime
rw_rdlock
return values, index iconrw_rdlock Return Values
syntax, index iconrw_rdlock Syntax
rw_tryrdlock
return values, index iconrw_tryrdlock Return Values
syntax, index iconrw_tryrdlock Syntax
rw_trywrlock
return values, index iconrw_trywrlock Return Values
syntax, index iconrw_trywrlock Syntax
rw_unlock
return values, index iconrw_unlock Return Values
syntax, index iconrw_unlock Syntax
rw_wrlock
return values, index iconrw_wrlock Return Values
syntax, index iconrw_wrlock Syntax
rwlock_destroy
return values, index iconrwlock_destroy Return Values
syntax, index iconrwlock_destroy Syntax
rwlock_init
return values, index iconrwlock_init Return Values
syntax, index iconrwlock_init Syntax
USYNC_THREAD, index iconSynchronizing Across Process Boundaries