home *** CD-ROM | disk | FTP | other *** search
-
- Intro.3thread.html:
- Title = Intro(3thread)
- Version = 1.0
- Name = Intro - introduction to the Threads Library
- IndexEntry = intro - introduction to the Threads Library
- SubName = Threads - Threads library user-level synchronization routines
- SubName = thread - Threads library user-level synchronization routines
- SubName = intro - Threads library user-level synchronization routines
-
- thr_continue.3thread.html:
- Title = thr_continue(3thread)
- Version = 1.0
- Name = thr_continue - continue the execution of a suspended thread
-
- thr_create.3thread.html:
- Title = thr_create(3thread)
- Version = 1.0
- Name = thr_create - create a thread
-
- thr_exit.3thread.html:
- Title = thr_exit(3thread)
- Version = 1.0
- Name = thr_exit - terminate execution of the calling thread
-
- thr_getconcurrency.3thread.html:
- Title = thr_getconcurrency(3thread)
- Version = 1.0
- Name = thr_getconcurrency - retrieve the level of concurrency
-
- thr_getprio.3thread.html:
- Title = thr_getprio(3thread)
- Version = 1.0
- Name = thr_getprio - retrieve a thread's scheduling priority
-
- thr_get_rr_interval.3thread.html:
- Title = thr_get_rr_interval(3thread)
- Version = 1.0
- Name = thr_get_rr_interval - get the round-robin scheduling interval
-
- thr_getscheduler.3thread.html:
- Title = thr_getscheduler(3thread)
- Version = 1.0
- Name = thr_getscheduler - get the scheduling policy information for a thread
-
- thr_getspecific.3thread.html:
- Title = thr_getspecific(3thread)
- Version = 1.0
- Name = thr_getspecific - get thread-specific data
-
- thr_join.3thread.html:
- Title = thr_join(3thread)
- Version = 1.0
- Name = thr_join - join control paths with another thread
-
- thr_keycreate.3thread.html:
- Title = thr_keycreate(3thread)
- Version = 1.0
- Name = thr_keycreate - create thread-specific data key
-
- thr_keydelete.3thread.html:
- Title = thr_keydelete(3thread)
- Version = 1.0
- Name = thr_keydelete - thread-specific data key
-
- thr_kill.3thread.html:
- Title = thr_kill(3thread)
- Version = 1.0
- Name = thr_kill - send a signal to a sibling thread
-
- thr_minstack.3thread.html:
- Title = thr_minstack(3thread)
- Version = 1.0
- Name = thr_minstack - return the minimum stack size for a thread
-
- thr_self.3thread.html:
- Title = thr_self(3thread)
- Version = 1.0
- Name = thr_self - get thread identifier of the calling thread
-
- thr_setconcurrency.3thread.html:
- Title = thr_setconcurrency(3thread)
- Version = 1.0
- Name = thr_setconcurrency - request a level of concurrency
-
- thr_setprio.3thread.html:
- Title = thr_setprio(3thread)
- Version = 1.0
- Name = thr_setprio - set a thread's scheduling priority
-
- thr_setscheduler.3thread.html:
- Title = thr_setscheduler(3thread)
- Version = 1.0
- Name = thr_setscheduler - set the scheduling policy for a thread
-
- thr_setspecific.3thread.html:
- Title = thr_setspecific(3thread)
- Version = 1.0
- Name = thr_setspecific - set thread-specific data
-
- thr_sigsetmask.3thread.html:
- Title = thr_sigsetmask(3thread)
- Version = 1.0
- Name = thr_sigsetmask - change or examine the signal mask of a thread
-
- thr_suspend.3thread.html:
- Title = thr_suspend(3thread)
- Version = 1.0
- Name = thr_suspend - suspend the execution of a thread
-
- thr_yield.3thread.html:
- Title = thr_yield(3thread)
- Version = 1.0
- Name = thr_yield - yield the processor
-