The OpenNET Project / Index page

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

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

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

thread_exit (9)
  • >> thread_exit (9) ( FreeBSD man: Ядро )

  • BSD mandoc
     

    NAME

    
    
    thread_exit
    
     - abandon current thread context
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/proc.h>
    void thread_exit (void);
     

    DESCRIPTION

    The thread_exit ();
    function implements the machine independent prelude to a thread shutdown. It will not return, and will result in a call to mi_switch9 to schedule some other thread.

    thread_exit ();
    arranges to free all the resources of the thread, specifically the kernel stack.

    To protect the runqueue(9), thread_exit ();
    must be called with the sched_lock mutex held.  

    SEE ALSO

    mi_switch9, mutex(9), runqueue(9), sleep(9)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    SEE ALSO


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




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

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