bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
pthread_key_create
game_core
job_updater
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int
pthread_key_create
(pthread_key_t* , void* function(void*) )
version(Android)
extern (
C
) @
nogc
nothrow
int
pthread_key_create
(
pthread_key_t
*
,
void
*
function
(
void
*
)
)
int
pthread_key_create
(pthread_key_t* , void* function(void*) )
Meta
Source
See Implementation
game_core
job_updater
aliases
pthread_key_t
functions
emscripten_main_thread_process_queued_calls
pthread_getspecific
pthread_key_create
pthread_key_delete
pthread_setspecific
structs
ECSJobUpdater
optStrategy