From 880398fe7e499195b5a8f9af27a233ce4d9771f0 Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 6 May 2005 02:29:12 +0000 Subject: '' --- manual/ChangeLog | 4 +++- manual/PortabilityIssues.html | 12 ++++++------ manual/index.html | 18 ++++++++++++------ manual/pthreadCancelableWait.html | 4 +++- manual/pthread_attr_init.html | 2 ++ manual/pthread_attr_setstackaddr.html | 2 ++ manual/pthread_attr_setstacksize.html | 2 ++ manual/pthread_barrier_init.html | 2 ++ manual/pthread_barrier_wait.html | 2 ++ manual/pthread_barrierattr_init.html | 2 ++ manual/pthread_barrierattr_setpshared.html | 2 ++ manual/pthread_cancel.html | 2 ++ manual/pthread_cleanup_push.html | 4 +++- manual/pthread_cond_init.html | 2 ++ manual/pthread_condattr_init.html | 2 ++ manual/pthread_condattr_setpshared.html | 2 ++ manual/pthread_create.html | 2 ++ manual/pthread_delay_np.html | 4 +++- manual/pthread_detach.html | 4 +++- manual/pthread_getw32threadhandle_np.html | 4 +++- manual/pthread_join.html | 4 +++- manual/pthread_key_create.html | 2 ++ manual/pthread_kill.html | 2 ++ manual/pthread_mutex_init.html | 2 ++ manual/pthread_mutexattr_init.html | 2 ++ manual/pthread_mutexattr_setpshared.html | 2 ++ manual/pthread_num_processors_np.html | 4 +++- manual/pthread_once.html | 4 +++- manual/pthread_rwlock_init.html | 2 ++ manual/pthread_rwlock_rdlock.html | 2 ++ manual/pthread_rwlock_timedrdlock.html | 2 ++ manual/pthread_rwlock_timedwrlock.html | 2 ++ manual/pthread_rwlock_unlock.html | 2 ++ manual/pthread_rwlock_wrlock.html | 2 ++ manual/pthread_rwlockattr_init.html | 2 ++ manual/pthread_rwlockattr_setpshared.html | 2 ++ manual/pthread_self.html | 2 ++ manual/pthread_setcancelstate.html | 2 ++ manual/pthread_setcanceltype.html | 2 ++ manual/pthread_setconcurrency.html | 2 ++ manual/pthread_setschedparam.html | 2 ++ manual/pthread_spin_init.html | 2 ++ manual/pthread_spin_lock.html | 2 ++ manual/pthread_spin_unlock.html | 2 ++ manual/pthread_timechange_handler_np.html | 4 +++- manual/pthread_win32_attach_detach_np.html | 4 +++- manual/pthread_win32_test_features_np.html | 4 +++- manual/sched_get_priority_max.html | 2 ++ manual/sched_getscheduler.html | 2 ++ manual/sched_setscheduler.html | 2 ++ manual/sched_yield.html | 4 +++- manual/sem_init.html | 2 ++ 52 files changed, 131 insertions(+), 25 deletions(-) diff --git a/manual/ChangeLog b/manual/ChangeLog index 78824d1..c07cdd7 100644 --- a/manual/ChangeLog +++ b/manual/ChangeLog @@ -1,7 +1,9 @@ 2005-05-06 Ross Johnson * PortabilityIssues.html: Was nonPortableIssues.html. - * index.html: Updated. + * index.html: Updated; add table of contents at top. + * *.html: Add Pthreads-win32 header info; add link back to the + index page 'index.html'. 2005-05-06 Ross Johnson diff --git a/manual/PortabilityIssues.html b/manual/PortabilityIssues.html index e828ae3..1c22cca 100644 --- a/manual/PortabilityIssues.html +++ b/manual/PortabilityIssues.html @@ -5,18 +5,18 @@ PORTABILITYISSUES manual page - - - + -

Table of Contents

+

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

+

Table of Contents

Name

Portability issues

Synopsis

Thread priority

Description

-

Thread priority

+

Thread priority

POSIX defines a single contiguous range of numbers that determine a thread's priority. Win32 defines priority classes - and priority levels relative to these classes. Classes are @@ -715,4 +715,4 @@ THREAD_PRIORITY_IDLE through THREAD_PRIORITY_TIME_CRITICAL.

- \ No newline at end of file + diff --git a/manual/index.html b/manual/index.html index 328090f..a05a2da 100644 --- a/manual/index.html +++ b/manual/index.html @@ -5,11 +5,16 @@ - + -

POSIX Threads for Windows – Pthreads-w32

-

POSIX threads API reference

+

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Table of Contents

+

POSIX +threads API reference
Miscellaneous +POSIX thread safe routines provided by Pthreads-w32
Non-portable +Pthreads-w32 routines
Other

+

POSIX threads API reference

pthread_attr_destroy

pthread_attr_getdetachstate

pthread_attr_getinheritsched

@@ -115,13 +120,14 @@

sem_unlink

sem_wait

sigwait

-

Miscellaneous POSIX thread safe routines provided by Pthreads-w32

+

Miscellaneous POSIX thread safe +routines provided by Pthreads-w32

asctime_r

ctime_r

gmtime_r

localtime_r

rand_r

-

Non-portable Pthreads-w32 routines

+

Non-portable Pthreads-w32 routines

pthreadCancelableTimedWait

pthreadCancelableWait

pthread_delay_np

@@ -133,7 +139,7 @@

pthread_win32_process_detach_np

pthread_win32_thread_attach_np

pthread_win32_thread_detach_np

-

Other

+

Other

Portability issues

diff --git a/manual/pthreadCancelableWait.html b/manual/pthreadCancelableWait.html index 760f0c7..ed6d077 100644 --- a/manual/pthreadCancelableWait.html +++ b/manual/pthreadCancelableWait.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthreadCancelableTimedWait, @@ -81,4 +83,4 @@ was signalled.

- \ No newline at end of file + diff --git a/manual/pthread_attr_init.html b/manual/pthread_attr_init.html index 8947cf3..aeb2176 100644 --- a/manual/pthread_attr_init.html +++ b/manual/pthread_attr_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_attr_init, pthread_attr_destroy, diff --git a/manual/pthread_attr_setstackaddr.html b/manual/pthread_attr_setstackaddr.html index 8bee3ea..c471b98 100644 --- a/manual/pthread_attr_setstackaddr.html +++ b/manual/pthread_attr_setstackaddr.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_attr_getstackaddr, pthread_attr_setstackaddr - get and set diff --git a/manual/pthread_attr_setstacksize.html b/manual/pthread_attr_setstacksize.html index 574630c..03256aa 100644 --- a/manual/pthread_attr_setstacksize.html +++ b/manual/pthread_attr_setstacksize.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_attr_getstacksize, pthread_attr_setstacksize - get and set diff --git a/manual/pthread_barrier_init.html b/manual/pthread_barrier_init.html index 1bebca6..f7d6c9f 100644 --- a/manual/pthread_barrier_init.html +++ b/manual/pthread_barrier_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_barrier_destroy, pthread_barrier_init - destroy and diff --git a/manual/pthread_barrier_wait.html b/manual/pthread_barrier_wait.html index 9ea29db..b24a28c 100644 --- a/manual/pthread_barrier_wait.html +++ b/manual/pthread_barrier_wait.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_barrier_wait - synchronize at a barrier (ADVANCED diff --git a/manual/pthread_barrierattr_init.html b/manual/pthread_barrierattr_init.html index 0318fb9..b872313 100644 --- a/manual/pthread_barrierattr_init.html +++ b/manual/pthread_barrierattr_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_barrierattr_destroy, pthread_barrierattr_init - destroy diff --git a/manual/pthread_barrierattr_setpshared.html b/manual/pthread_barrierattr_setpshared.html index d602ed0..21261ec 100644 --- a/manual/pthread_barrierattr_setpshared.html +++ b/manual/pthread_barrierattr_setpshared.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_barrierattr_getpshared, pthread_barrierattr_setpshared - diff --git a/manual/pthread_cancel.html b/manual/pthread_cancel.html index d8a6429..07a6799 100644 --- a/manual/pthread_cancel.html +++ b/manual/pthread_cancel.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, diff --git a/manual/pthread_cleanup_push.html b/manual/pthread_cleanup_push.html index 9618e0a..c5d4853 100644 --- a/manual/pthread_cleanup_push.html +++ b/manual/pthread_cleanup_push.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_cleanup_push, pthread_cleanup_pop - install and remove @@ -135,4 +137,4 @@ pthread_setcanceltype(oldtype, NULL); - \ No newline at end of file + diff --git a/manual/pthread_cond_init.html b/manual/pthread_cond_init.html index 7386a67..f1562d2 100644 --- a/manual/pthread_cond_init.html +++ b/manual/pthread_cond_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_cond_init, pthread_cond_destroy, pthread_cond_signal, diff --git a/manual/pthread_condattr_init.html b/manual/pthread_condattr_init.html index 0435297..ea80791 100644 --- a/manual/pthread_condattr_init.html +++ b/manual/pthread_condattr_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_condattr_init, pthread_condattr_destroy - condition diff --git a/manual/pthread_condattr_setpshared.html b/manual/pthread_condattr_setpshared.html index f3bdd38..b3e0ca6 100644 --- a/manual/pthread_condattr_setpshared.html +++ b/manual/pthread_condattr_setpshared.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_condattr_getpshared, pthread_condattr_setpshared - get and diff --git a/manual/pthread_create.html b/manual/pthread_create.html index 9f7c465..719968c 100644 --- a/manual/pthread_create.html +++ b/manual/pthread_create.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_create - create a new thread diff --git a/manual/pthread_delay_np.html b/manual/pthread_delay_np.html index 6325c3a..ad16ec3 100644 --- a/manual/pthread_delay_np.html +++ b/manual/pthread_delay_np.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_delay_np – suspend the @@ -66,4 +68,4 @@ The value specified by interval is invalid.

- \ No newline at end of file + diff --git a/manual/pthread_detach.html b/manual/pthread_detach.html index e5b668b..a6984c9 100644 --- a/manual/pthread_detach.html +++ b/manual/pthread_detach.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_detach - put a running thread in the detached state @@ -81,4 +83,4 @@ returned.

- \ No newline at end of file + diff --git a/manual/pthread_getw32threadhandle_np.html b/manual/pthread_getw32threadhandle_np.html index 0f028bf..820407e 100644 --- a/manual/pthread_getw32threadhandle_np.html +++ b/manual/pthread_getw32threadhandle_np.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_getw32threadhandle_np – get @@ -52,4 +54,4 @@ thread HANDLE for the specified POSIX thread thread.

- \ No newline at end of file + diff --git a/manual/pthread_join.html b/manual/pthread_join.html index 82bcd27..7174e72 100644 --- a/manual/pthread_join.html +++ b/manual/pthread_join.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_join - wait for termination of another thread @@ -113,4 +115,4 @@ error, a non-zero error code is returned.

- \ No newline at end of file + diff --git a/manual/pthread_key_create.html b/manual/pthread_key_create.html index ed5c48b..bbdfdde 100644 --- a/manual/pthread_key_create.html +++ b/manual/pthread_key_create.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_key_create, pthread_key_delete, pthread_setspecific, diff --git a/manual/pthread_kill.html b/manual/pthread_kill.html index 6933c8d..f64dcf1 100644 --- a/manual/pthread_kill.html +++ b/manual/pthread_kill.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_sigmask, pthread_kill, sigwait - handling of signals in diff --git a/manual/pthread_mutex_init.html b/manual/pthread_mutex_init.html index a56f77d..266730f 100644 --- a/manual/pthread_mutex_init.html +++ b/manual/pthread_mutex_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, diff --git a/manual/pthread_mutexattr_init.html b/manual/pthread_mutexattr_init.html index 3ab5a09..2a159e5 100644 --- a/manual/pthread_mutexattr_init.html +++ b/manual/pthread_mutexattr_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_mutexattr_init, pthread_mutexattr_destroy, diff --git a/manual/pthread_mutexattr_setpshared.html b/manual/pthread_mutexattr_setpshared.html index 48cc6d7..d5f67a9 100644 --- a/manual/pthread_mutexattr_setpshared.html +++ b/manual/pthread_mutexattr_setpshared.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_mutexattr_getpshared, pthread_mutexattr_setpshared - get diff --git a/manual/pthread_num_processors_np.html b/manual/pthread_num_processors_np.html index 3257aba..b4987e1 100644 --- a/manual/pthread_num_processors_np.html +++ b/manual/pthread_num_processors_np.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_num_processors_np – get the @@ -52,4 +54,4 @@ currently available to the process.

- \ No newline at end of file + diff --git a/manual/pthread_once.html b/manual/pthread_once.html index 2607d38..8675292 100644 --- a/manual/pthread_once.html +++ b/manual/pthread_once.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_once - once-only initialization @@ -82,4 +84,4 @@ The once_control or init_routine parameter is NULL.

- \ No newline at end of file + diff --git a/manual/pthread_rwlock_init.html b/manual/pthread_rwlock_init.html index 9baa3dc..153503f 100644 --- a/manual/pthread_rwlock_init.html +++ b/manual/pthread_rwlock_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_rwlock_destroy, pthread_rwlock_init - destroy and diff --git a/manual/pthread_rwlock_rdlock.html b/manual/pthread_rwlock_rdlock.html index ed56cb5..30afe18 100644 --- a/manual/pthread_rwlock_rdlock.html +++ b/manual/pthread_rwlock_rdlock.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_rwlock_rdlock, pthread_rwlock_tryrdlock - lock a diff --git a/manual/pthread_rwlock_timedrdlock.html b/manual/pthread_rwlock_timedrdlock.html index b0a660f..b41a409 100644 --- a/manual/pthread_rwlock_timedrdlock.html +++ b/manual/pthread_rwlock_timedrdlock.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_rwlock_timedrdlock - lock a read-write lock for reading diff --git a/manual/pthread_rwlock_timedwrlock.html b/manual/pthread_rwlock_timedwrlock.html index c8a9e14..90d2018 100644 --- a/manual/pthread_rwlock_timedwrlock.html +++ b/manual/pthread_rwlock_timedwrlock.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_rwlock_timedwrlock - lock a read-write lock for writing diff --git a/manual/pthread_rwlock_unlock.html b/manual/pthread_rwlock_unlock.html index 311b5b9..b33b48b 100644 --- a/manual/pthread_rwlock_unlock.html +++ b/manual/pthread_rwlock_unlock.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_rwlock_unlock - unlock a read-write lock object diff --git a/manual/pthread_rwlock_wrlock.html b/manual/pthread_rwlock_wrlock.html index 33ee766..28bacf5 100644 --- a/manual/pthread_rwlock_wrlock.html +++ b/manual/pthread_rwlock_wrlock.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_rwlock_trywrlock, pthread_rwlock_wrlock - lock a diff --git a/manual/pthread_rwlockattr_init.html b/manual/pthread_rwlockattr_init.html index e43f0cc..3b386f0 100644 --- a/manual/pthread_rwlockattr_init.html +++ b/manual/pthread_rwlockattr_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_rwlockattr_destroy, pthread_rwlockattr_init - destroy and diff --git a/manual/pthread_rwlockattr_setpshared.html b/manual/pthread_rwlockattr_setpshared.html index eeb7e78..5177f22 100644 --- a/manual/pthread_rwlockattr_setpshared.html +++ b/manual/pthread_rwlockattr_setpshared.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared - get diff --git a/manual/pthread_self.html b/manual/pthread_self.html index 072a198..5cd3c75 100644 --- a/manual/pthread_self.html +++ b/manual/pthread_self.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_self - return identifier of current thread diff --git a/manual/pthread_setcancelstate.html b/manual/pthread_setcancelstate.html index 9dacd86..ce2ab7a 100644 --- a/manual/pthread_setcancelstate.html +++ b/manual/pthread_setcancelstate.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, diff --git a/manual/pthread_setcanceltype.html b/manual/pthread_setcanceltype.html index 2af471e..3626ad0 100644 --- a/manual/pthread_setcanceltype.html +++ b/manual/pthread_setcanceltype.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_cancel, pthread_setcancelstate, pthread_setcanceltype, diff --git a/manual/pthread_setconcurrency.html b/manual/pthread_setconcurrency.html index 125dd9a..f849b72 100644 --- a/manual/pthread_setconcurrency.html +++ b/manual/pthread_setconcurrency.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_getconcurrency, pthread_setconcurrency - get and set the diff --git a/manual/pthread_setschedparam.html b/manual/pthread_setschedparam.html index 6813080..e2b66c6 100644 --- a/manual/pthread_setschedparam.html +++ b/manual/pthread_setschedparam.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_setschedparam, pthread_getschedparam - control thread diff --git a/manual/pthread_spin_init.html b/manual/pthread_spin_init.html index cd608f6..f470db7 100644 --- a/manual/pthread_spin_init.html +++ b/manual/pthread_spin_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_spin_destroy, pthread_spin_init - destroy or initialize a diff --git a/manual/pthread_spin_lock.html b/manual/pthread_spin_lock.html index a24965f..38d7a2e 100644 --- a/manual/pthread_spin_lock.html +++ b/manual/pthread_spin_lock.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_spin_lock, pthread_spin_trylock - lock a spin lock object diff --git a/manual/pthread_spin_unlock.html b/manual/pthread_spin_unlock.html index 52a22b7..cf62310 100644 --- a/manual/pthread_spin_unlock.html +++ b/manual/pthread_spin_unlock.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_spin_unlock - unlock a spin lock object (ADVANCED diff --git a/manual/pthread_timechange_handler_np.html b/manual/pthread_timechange_handler_np.html index f901975..aaca1f9 100644 --- a/manual/pthread_timechange_handler_np.html +++ b/manual/pthread_timechange_handler_np.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_timechange_handler_np – @@ -71,4 +73,4 @@ reason.

- \ No newline at end of file + diff --git a/manual/pthread_win32_attach_detach_np.html b/manual/pthread_win32_attach_detach_np.html index 4c8bd38..5645e5c 100644 --- a/manual/pthread_win32_attach_detach_np.html +++ b/manual/pthread_win32_attach_detach_np.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_win32_process_attach_np, @@ -69,4 +71,4 @@ they fail.

- \ No newline at end of file + diff --git a/manual/pthread_win32_test_features_np.html b/manual/pthread_win32_test_features_np.html index fcb9eab..5904307 100644 --- a/manual/pthread_win32_test_features_np.html +++ b/manual/pthread_win32_test_features_np.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

pthread_win32_test_features_np – @@ -67,4 +69,4 @@ any of the specified features is present, and FALSE (0) otherwise.

- \ No newline at end of file + diff --git a/manual/sched_get_priority_max.html b/manual/sched_get_priority_max.html index 2dc1de0..7e51982 100644 --- a/manual/sched_get_priority_max.html +++ b/manual/sched_get_priority_max.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

sched_get_priority_max, sched_get_priority_min - get priority diff --git a/manual/sched_getscheduler.html b/manual/sched_getscheduler.html index 7c75ab4..d79be9d 100644 --- a/manual/sched_getscheduler.html +++ b/manual/sched_getscheduler.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

sched_getscheduler - get scheduling policy (REALTIME) diff --git a/manual/sched_setscheduler.html b/manual/sched_setscheduler.html index 05e0044..8a4647c 100644 --- a/manual/sched_setscheduler.html +++ b/manual/sched_setscheduler.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

sched_setscheduler - set scheduling policy and parameters diff --git a/manual/sched_yield.html b/manual/sched_yield.html index 31ea209..7be7bd0 100644 --- a/manual/sched_yield.html +++ b/manual/sched_yield.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

sched_yield - yield the processor @@ -93,4 +95,4 @@ can be obtained online at ht

- \ No newline at end of file + diff --git a/manual/sem_init.html b/manual/sem_init.html index 238754f..314e1cb 100644 --- a/manual/sem_init.html +++ b/manual/sem_init.html @@ -10,6 +10,8 @@ +

POSIX Threads for Windows – REFERENCE - Pthreads-w32

+

Reference Index

Table of Contents

Name

sem_init, sem_wait, sem_trywait, sem_post, sem_getvalue, -- cgit v1.2.3