The OpenNET Project / Index page

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

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

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

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

    NAME

    pthread_spin_unlock - unlock a spin lock object
     
    

    SYNOPSIS

    cc -mt [ flag... ] file... [ library... ]
    #include <pthread.h>
    
    int pthread_spin_unlock(pthread_spinlock_t *lock);
    

     

    DESCRIPTION

    The pthread_spin_unlock() function releases the spin lock referenced by lock which was locked with the pthread_spin_lock(3C) or pthread_spin_trylock(3C) functions. The results are undefined if the lock is not held by the calling thread. If there are threads spinning on the lock when pthread_spin_unlock() is called, the lock becomes available and an unspecified spinning thread acquires the lock.

    The results are undefined if this function is called with an uninitialized thread spin lock.  

    RETURN VALUES

    Upon successful completion, the pthread_spin_unlock() function returns 0. Otherwise, an error number shall be returned to indicate the error.  

    ERRORS

    The pthread_spin_unlock() function will fail if:

    EINVAL

    An invalid argument was specified.

    EPERM

    The calling thread does not hold the lock.

     

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    pthread_spin_destroy(3C), pthread_spin_lock(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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