The OpenNET Project / Index page

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

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

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

SDL_CreateThread (3)
  • >> SDL_CreateThread (3) ( Разные man: Библиотечные вызовы )
  •  

    NAME

    SDL_CreateThread- Creates a new thread of execution that shares its parent's properties.
     
    

    SYNOPSIS

    #include "SDL.h" #include "SDL_thread.h"

    SDL_Thread *SDL_CreateThread(int (*fn)(void *), void *data);  

    DESCRIPTION

    SDL_CreateThread creates a new thread of execution that shares all of its parent's global memory, signal handlers, file descriptors, etc, and runs the function fn passed the void pointer data The thread quits when this function returns.  

    SEE ALSO

    SDL_KillThread


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    SEE ALSO


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




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

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