S60 Open C
libpthread API Specification

libpthread API Specification

Table of Contents

Limitations

 


Limitations

  • pthread_attr_setscope supports only PTHREAD_SCOPE_SYSTEM.
  • pthread_attr_setschedpolicy supports only SCHED_RR.
  • pthread_join: Only one thread can join one specific target thread.
  • pthread_setschedparam supports only SCHED_RR policy.
  • sem_init: Semaphore can be used only within the process. Semaphore across the processes is not supported.
  • The pthread_mutexattr_setpshared supports only PTHREAD_PROCESS_PRIVATE

Give feedback of this article


©Nokia 2007

Back to top


This material, including documentation and any related computer programs, is protected by copyright controlled by Nokia. All rights are reserved. Copying, including reproducing, storing, adapting or translating, any or all of this material requires the prior written consent of Nokia. This material also contains confidential information, which may not be disclosed to others without the prior written consent of Nokia.

Nokia is a registered trademark of Nokia Corporation. S60 and logo is a trademark of Nokia Corporation. Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. Other company and product names mentioned herein may be trademarks or tradenames of their respective owners.