Results 1 - 9 of 9 results out of about 6839 pages. (3.76 seconds)
- SDL_atomic_t . . . 4 matches
- ...
= SDL_atomic_t =
A structure representing an atomic integer value.
<<TableOfContents()>>
== Data Fields ==
||int||'''value'''||the atomic integer value||
== Code Examples ==
{...
- SDL_AtomicSet . . . 2 matches
- ... a value.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_AtomicSet(SDL_atomic_t* a,
int v)
}}}
== Function Parameters ==
||'''a'''||a ...
- SDL_AtomicIncRef . . . 2 matches
- ...ount.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_AtomicIncRef(SDL_atomic_t* a)
}}}
== Function Parameters ==
||'''a'''||a pointer to an [[SDL_atomic_t]] vari...
- SDL_AtomicGet . . . 2 matches
- ...variable.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_AtomicGet(SDL_atomic_t* a)
}}}
== Function Parameters ==
||'''a'''||a pointer to an [[SDL_atomic_t]] vari...
- SDL_AtomicDecRef . . . 2 matches
- ....
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_AtomicDecRef(SDL_atomic_t* a)
}}}
== Function Parameters ==
||'''a'''||a pointer to an [[SDL_atomic_t]] vari...
- SDL_AtomicCAS . . . 2 matches
- ...lue.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_AtomicCAS(SDL_atomic_t* a,
int oldval,
int ...
- SDL_AtomicAdd . . . 2 matches
- ...variable.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_AtomicAdd(SDL_atomic_t* a,
int v)
}}}
== Function Parameters ==
||'''a'''||a ...
- CategoryStruct . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Structures =
<<TableOfContents()>>
== Introduction ==
This category contains a...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
