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