The OpenNET Project / Index page

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

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

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

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

    NAME

    Task - Perl interface to Tasks
     
    

    SYNOPSIS

    use Sun::Solaris::Task qw(:ALL);
    my $taskid = gettaskid();
    

     

    DESCRIPTION

    This module provides wrappers for the gettaskid(2) and settaskid(2) system calls.  

    Constants

    TASK_NORMAL, TASK_FINAL.  

    Functions

    settaskid($project, $flags)

    The $project parameter must be a valid project ID and the $flags parameter must be TASK_NORMAL or TASK_FINAL. The parameters are passed through directly to the underlying settaskid() system call. The new task ID is returned if the call succeeds. On failure -1 is returned.

    gettaskid()

    This function returns the numeric task ID of the calling process, or undef if the underlying gettaskid() system call is unsuccessful.

     

    Class methods

    None.  

    Object methods

    None.  

    Exports

    By default nothing is exported from this module. The following tags can be used to selectively import constants and functions defined in this module:

    :SYSCALLS

    settaskid() and gettaskid()

    :CONSTANTS

    TASK_NORMAL and TASK_FINAL

    :ALL

    :SYSCALLS and :CONSTANTS

     

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    AvailabilitySUNWpl5u

    Interface Stability

     

    SEE ALSO

    gettaskid(2), settaskid(2), attributes(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    Constants
    Functions
    Class methods
    Object methods
    Exports
    ATTRIBUTES
    SEE ALSO


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




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

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