Packages
sdl2
SDL
Thread
id
set_priotity
Thread
detach
get_id
get_name
wait
Thread
Object Hierarchy:
SDL.Thread
SDL.Thread
SDL.Thread
Description:
[
CCode
( cname =
"SDL_Thread"
, free_function =
"vala_sdl_wait_thread"
) ]
[
Compact
]
public
class
Thread
Namespace:
SDL
Package:
sdl2
Content:
Static methods:
public
static
ulong
id
()
public
static
int
set_priotity
(
ThreadPriority
priority)
Creation methods:
public
Thread
(
ThreadFunction
f,
string
name)
Methods:
public
void
detach
()
public
ulong
get_id
()
public
string
get_name
()
public
int
wait
()