Wiki Page Content

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 == {...

1.8k - rev: 4 (current) last modified: 2019-03-29 20:36:49

SDL_AtomicSet . . . 2 matches
... a value. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_AtomicSet(SDL_atomic_t* a, int v) }}} == Function Parameters == ||'''a'''||a ...

0.7k - rev: 7 (current) last modified: 2015-04-26 18:47:11

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...

0.6k - rev: 2 (current) last modified: 2011-02-02 17:58:27

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...

0.6k - rev: 4 (current) last modified: 2011-02-02 17:54:13

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...

0.7k - rev: 3 (current) last modified: 2011-02-02 17:40:55

SDL_AtomicCAS . . . 2 matches
...lue. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_bool SDL_AtomicCAS(SDL_atomic_t* a, int oldval, int ...

0.9k - rev: 9 (current) last modified: 2016-05-11 20:50:02

SDL_AtomicAdd . . . 2 matches
...variable. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_AtomicAdd(SDL_atomic_t* a, int v) }}} == Function Parameters == ||'''a'''||a ...

0.7k - rev: 5 (current) last modified: 2015-03-21 20:43:15

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...

0.3k - rev: 7 (current) last modified: 2015-03-21 20:48:59

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit