The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

libpthread (3)
  • >> libpthread (3) ( Solaris man: Библиотечные вызовы )
  •  

    NAME

    libpthread - POSIX threads library
     
    

    SYNOPSIS

    cc -mt [ flag... ] file... -lpthread [  -lrt  library... ]
    

     

    DESCRIPTION

    Historically, functions in this library provided POSIX threading support. See standards(5). This functionality now resides in libc(3LIB).

    This library is maintained to provide backward compatibility for both runtime and compilation environments. The shared object is implemented as a filter on libc.so.1. New application development needs to specify -lpthread only to obtain POSIX semantics for fork(2) that assumes the behavior of fork1(2) rather than the default behavior that forks all threads.  

    INTERFACES

    The shared object libpthread.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.

    __pthread_cleanup_pop__pthread_cleanup_push
    pthread_attr_destroypthread_attr_getdetachstate
    pthread_attr_getguardsize
    pthread_attr_getschedparam
    pthread_attr_getscope
    pthread_attr_getstacksize
    pthread_attr_setdetachstate
    pthread_attr_setinheritsched
    pthread_attr_setschedpolicy
    pthread_attr_setstackaddr
    pthread_cancel
    pthread_cond_destroy
    pthread_cond_reltimedwait_np
    pthread_cond_timedwait
    pthread_condattr_destroy
    pthread_condattr_init
    pthread_create
    pthread_equal
    pthread_getconcurrency
    pthread_getspecific
    pthread_key_create
    pthread_kill
    pthread_mutex_destroy
    pthread_mutex_init
    pthread_mutex_setprioceiling
    pthread_mutex_unlock
    pthread_mutexattr_getprioceiling
    pthread_mutexattr_getpshared
    pthread_mutexattr_gettype
    pthread_mutexattr_setprioceiling
    pthread_mutexattr_setpshared
    pthread_mutexattr_settype
    pthread_rwlock_destroy
    pthread_rwlock_rdlock
    pthread_rwlock_trywrlock
    pthread_rwlock_wrlock
    pthread_rwlockattr_getpshared
    pthread_rwlockattr_setpshared
    pthread_setcancelstate
    pthread_setconcurrency
    pthread_setspecific
    pthread_testcancel

     

    FILES

    /lib/libpthread.so.1

    a filter on /lib/libc.so.1

    /lib/64/libpthread.so.1

    a filter on /lib/64/libc.so.1

     

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    AvailabilitySUNWcsl (32-bit)


    MT-Level

     

    SEE ALSO

    pvs(1), Intro(2), Intro(3), libc(3LIB), libc_db(3LIB), libthread(3LIB), attributes(5), standards(5), threads(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    INTERFACES
    FILES
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру