diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a0f552e8d7..3a48481f2e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 15, 2008

+

Last Updated: May 31, 2008

@@ -1007,11 +1007,13 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d59315db9c..44059c231d 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1408,6 +1408,9 @@ The system can be re-made subsequently by just typing make. CONFIG_DEV_CONSOLE: Set if architecture-specific logic provides /dev/console. Enables stdout, stderr, stdin. +
  • + CONFIG_MUTEX_TYPES: Set to enabled support for recursive and + errorcheck mutexes. Enables pthread_mutexattr_settype().

    diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index a5ef33f1b3..554915b772 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -21,7 +21,7 @@ User's Manual

    Gregory Nutt

    -Last Update: Februrary 2, 2008 +Last Update: May 31, 2008

    1.0 Introduction

    @@ -3434,32 +3434,34 @@ be sent.
  • 2.9.27 pthread_mutexattr_destroy
  • 2.9.28 pthread_mutexattr_getpshared
  • 2.9.29 pthread_mutexattr_setpshared
  • -
  • 2.9.30 pthread_mutex_init
  • -
  • 2.9.31 pthread_mutex_destroy
  • -
  • 2.9.32 pthread_mutex_lock
  • -
  • 2.9.33 pthread_mutex_trylock
  • -
  • 2.9.34 pthread_mutex_unlock
  • -
  • 2.9.35 pthread_condattr_init
  • -
  • 2.9.36 pthread_condattr_destroy
  • -
  • 2.9.37 pthread_cond_init
  • -
  • 2.9.38 pthread_cond_destroy
  • -
  • 2.9.39 pthread_cond_broadcast
  • -
  • 2.9.40 pthread_cond_signal
  • -
  • 2.9.41 pthread_cond_wait
  • -
  • 2.9.42 pthread_cond_timedwait
  • -
  • 2.9.43 pthread_barrierattr_init
  • -
  • 2.9.44 pthread_barrierattr_destroy
  • -
  • 2.9.45 pthread_barrierattr_setpshared
  • -
  • 2.9.46 pthread_barrierattr_getpshared
  • -
  • 2.9.47 pthread_barrier_init
  • -
  • 2.9.48 pthread_barrier_destroy
  • -
  • 2.9.49 pthread_barrier_wait
  • -
  • 2.9.50 pthread_once
  • -
  • 2.9.51 pthread_kill
  • -
  • 2.9.52 pthread_sigmask
  • +
  • 2.9.30 pthread_mutexattr_gettype
  • +
  • 2.9.31 pthread_mutexattr_settype
  • +
  • 2.9.32 pthread_mutex_init
  • +
  • 2.9.33 pthread_mutex_destroy
  • +
  • 2.9.34 pthread_mutex_lock
  • +
  • 2.9.35 pthread_mutex_trylock
  • +
  • 2.9.36 pthread_mutex_unlock
  • +
  • 2.9.37 pthread_condattr_init
  • +
  • 2.9.38 pthread_condattr_destroy
  • +
  • 2.9.39 pthread_cond_init
  • +
  • 2.9.40 pthread_cond_destroy
  • +
  • 2.9.41 pthread_cond_broadcast
  • +
  • 2.9.42 pthread_cond_signal
  • +
  • 2.9.43 pthread_cond_wait
  • +
  • 2.9.44 pthread_cond_timedwait
  • +
  • 2.9.45 pthread_barrierattr_init
  • +
  • 2.9.46 pthread_barrierattr_destroy
  • +
  • 2.9.47 pthread_barrierattr_setpshared
  • +
  • 2.9.48 pthread_barrierattr_getpshared
  • +
  • 2.9.49 pthread_barrier_init
  • +
  • 2.9.50 pthread_barrier_destroy
  • +
  • 2.9.51 pthread_barrier_wait
  • +
  • 2.9.52 pthread_once
  • +
  • 2.9.53 pthread_kill
  • +
  • 2.9.54 pthread_sigmask
  • - No support for the ollowing pthread interfaces is provided by NuttX: + No support for the following pthread interfaces is provided by NuttX:

    +
  • pthread_mutex_destroy
  • pthread_mutex_init
  • pthread_mutex_lock
  • pthread_mutex_trylock