groonga_d.thread

Undocumented in source.

Members

Aliases

grn_thread_get_limit_func
alias grn_thread_get_limit_func = uint function(void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_get_limit_with_ctx_func
alias grn_thread_get_limit_with_ctx_func = uint function(groonga_d.groonga.grn_ctx* ctx, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_set_limit_func
alias grn_thread_set_limit_func = void function(uint new_limit, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_set_limit_with_ctx_func
alias grn_thread_set_limit_with_ctx_func = void function(groonga_d.groonga.grn_ctx* ctx, uint new_limit, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_thread_get_limit
uint grn_thread_get_limit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_get_limit_with_ctx
uint grn_thread_get_limit_with_ctx(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_set_get_limit_func
void grn_thread_set_get_limit_func(grn_thread_get_limit_func func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_set_get_limit_with_ctx_func
void grn_thread_set_get_limit_with_ctx_func(grn_thread_get_limit_with_ctx_func func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_set_limit
void grn_thread_set_limit(uint new_limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_set_limit_with_ctx
void grn_thread_set_limit_with_ctx(groonga_d.groonga.grn_ctx* ctx, uint new_limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_set_set_limit_func
void grn_thread_set_set_limit_func(grn_thread_set_limit_func func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_thread_set_set_limit_with_ctx_func
void grn_thread_set_set_limit_with_ctx_func(grn_thread_set_limit_with_ctx_func func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta