Results 1 - 7 of 7 results out of about 6839 pages. (4.09 seconds)
- SDL_CompilerBarrier . . . 4 matches
- ...perations that modify memory are full memory barriers.
This function is used in [[SDL_AtomicGet]]() and [[SDL_AtomicGetPtr]]().
== Related Functions ==
.[[SDL_AtomicGet]]
.[[S...
- SDL_atomic_t . . . 2 matches
- ...erval */
Uint32 fps_timer_callback(Uint32 interval, void *data)
{
const float f = SDL_AtomicGet(&frames);
const float iv = interval * 0.001f;
/* Note: the thread safety of pri...
- SDL_AtomicSetPtr . . . 1 match
- ...ample here
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_AtomicCASPtr]]
.[[SDL_AtomicGetPtr]]
----
[[CategoryAPI]], [[CategoryAtomic]]...
- SDL_AtomicSet . . . 1 match
- ... your code example here
}}}
== Remarks ==
This function also acts as a full memory barrier.
== Related Functions ==
.[[SDL_AtomicGet]]
----
[[CategoryAPI]], [[CategoryAtomic]]...
- SDL_AtomicCASPtr . . . 1 match
- ...==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_AtomicCAS]]
.[[SDL_AtomicGetPtr]]
.[[SDL_AtomicSetPtr]]
----
[[CategoryAPI]], [[CategoryAtomic]]...
- SDL_AtomicCAS . . . 1 match
- ...on ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_AtomicCASPtr]]
.[[SDL_AtomicGet]]
.[[SDL_AtomicSet]]
----
[[CategoryAPI]], [[CategoryAtomic]]...
- 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...
