The OpenNET Project / Index page

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

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

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

_lwp_setprivate (2)
  • >> _lwp_setprivate (2) ( Solaris man: Системные вызовы )
  • 
    NAME
         _lwp_setprivate, _lwp_getprivate - set or get  LWP  specific
         storage
    
    SYNOPSIS
         #include <sys/lwp.h>
    
         void _lwp_setprivate(void *buffer);
    
         void *_lwp_getprivate(void);
    
    DESCRIPTION
         The  _lwp_setprivate() function stores the  value  specified
         by  buffer  in LWP-private memory that is unique to the cal-
         ling LWP. This is typically used by thread library implemen-
         tations  to  maintain  a  pointer  to  information about the
         thread currently running on the calling LWP.
    
         The _lwp_getprivate() function returns the value  stored  in
         LWP-private memory.
    
    SEE ALSO
         _lwp_makecontext(2)
    
    
    
    


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




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

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