SDL_CreateCond
NAMESYNOPSIS
DESCRIPTION
EXAMPLES
SEE ALSO
NAME
SDL_CreateCond − Create a condition variable
SYNOPSIS
#include "SDL.h" #include "SDL_thread.h"
SDL_cond *SDL_CreateCond(void);
DESCRIPTION
Creates a condition variable.
EXAMPLES
SDL_cond *cond;
cond=SDL_CreateCond();
.
.
/* Do stuff */
.
.
SDL_DestroyCond(cond);
SEE ALSO
SDL_DestroyCond, SDL_CondWait, SDL_CondSignal
More Linux Commands
manpages/initgroups.3.html
initgroups(3) - initialize the supplementary group access li
The initgroups() function initializes the group access list by reading the group database /etc/group and using all groups of which user is a member. The additio
manpages/dlvsym.3.html
dlvsym(3) - programming interface to dynamic linking loader
The four functions dlopen(), dlsym(), dlclose(), dlerror() implement the interface to the dynamic linking loader. dlerror() The function dlerror() returns a hum
manpages/gnutls_rehandshake.3.html
gnutls_rehandshake(3) - API function - Linux manual page....
This function will renegotiate security parameters with the client. This should only be called in case of a server. This message informs the peer that we want t
manpages/vncconnect.1.html
vncconnect(1) - connect a VNC server to a VNC viewer........
Tells Xvnc(1) to connect to a listening VNC viewer on the given host and port. SEE ALSO vncviewer(1), vncserver(1), Xvnc(1), vncpasswd(1) AUTHORS Original VNC w
manpages/Tk_Name.3.html
Tk_Name(3) - convert between names and window tokens........
Each window managed by Tk has two names, a short name that identifies a window among children of the same parent, and a path name that identifies the window uni
manpages/Xutf8TextPropertyToTextList.3.html
Xutf8TextPropertyToTextList(3) - convert text lists and text
The XmbTextListToTextProperty, XwcTextListToTextProperty and Xutf8TextListToTextProperty functions set the specified XTextProperty value to a set of null-separa
manpages/bzgrep.1.html
bzgrep(1) - search possibly bzip2 compressed files for a reg
Bzgrep is used to invoke the grep on bzip2-compressed files. All options specified are passed directly to grep. If no file is specified, then the standard input
manpages/nfs4_uid_to_name.3.html
nfs4_uid_to_name(3) - ID mapping routines used for NFSv4....
NFSv4 uses names of the form user@domain. To write code that helps the kernel map uids (as rpc.idmapd does) or that processes NFSv4 ACLs, you need to be able to
manpages/rpc.svcgssd.8.html
rpc.svcgssd(8) - server-side rpcsec_gss daemon (Man Page)...
rpc.svcgssd.8 - The rpcsec_gss protocol gives a means of using the gss-api generic security api to provide security for protocols using rpc (in particular, nfs)
manpages/smproxy.1.html
smproxy(1) - Session Manager Proxy - Linux manual page......
smproxy allows X applications that do not support X11R6 session management to participate in an X11R6 session. In order for smproxy to act as a proxy for an X a
manpages/msginit.1.html
msginit(1) - initialize a message catalog - Linux man page
Creates a new PO file, initializing the meta information with values from the users environment. Mandatory arguments to long options are mandatory for short opt
manpages/form_field_buffer.3form.html
form_field_buffer(3form) - field buffer control (Man Page)
The function set_field_buffer sets the numbered buffer of the given field to contain a given string: * Buffer 0 is the displayed value of the field. * Other num
