Home
last modified time | relevance | path

Searched defs:lua_thread_pool (Results 1 – 4 of 4) sorted by relevance

/dports/mail/rspamd-devel/rspamd-93430bb/src/lua/
H A Dlua_thread_pool.cxx37 struct lua_thread_pool { struct
44 lua_thread_pool(lua_State *L, gint max_items = default_max_items) : in lua_thread_pool() argument
55 ~lua_thread_pool() { in ~lua_thread_pool() argument
61 auto get_thread() -> struct thread_entry * {
77 auto return_thread(struct thread_entry *thread_entry, const gchar *loc) -> void { in return_thread()
106 auto terminate_thread(struct thread_entry *thread_entry, in terminate_thread()
130 auto get_running_entry(void) -> struct thread_entry * {
134 auto set_running_entry(struct thread_entry *ent) -> struct thread_entry * {
/dports/mail/rspamd/rspamd-3.1/src/lua/
H A Dlua_thread_pool.cxx37 struct lua_thread_pool { struct
44 lua_thread_pool(lua_State *L, gint max_items = default_max_items) : in lua_thread_pool() function
55 ~lua_thread_pool() { in ~lua_thread_pool() argument
61 auto get_thread() -> struct thread_entry * {
77 auto return_thread(struct thread_entry *thread_entry, const gchar *loc) -> void { in return_thread()
106 auto terminate_thread(struct thread_entry *thread_entry, in terminate_thread()
130 auto get_running_entry(void) -> struct thread_entry * {
134 auto set_running_entry(struct thread_entry *ent) -> struct thread_entry * {
/dports/mail/rspamd/rspamd-3.1/src/libserver/
H A Dcfg_file.h445 gpointer lua_thread_pool; /**< pointer to lua thread (coroutine) pool */ member
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/
H A Dcfg_file.h445 gpointer lua_thread_pool; /**< pointer to lua thread (coroutine) pool */ member