Home
last modified time | relevance | path

Searched defs:threadclass (Results 1 – 2 of 2) sorted by relevance

/dports/dns/opendnssec2/opendnssec-2.1.10/common/
H A Djanitor.c81 janitor_threadclass_create(janitor_threadclass_t* threadclass, const char* name) in janitor_threadclass_create()
93 janitor_threadclass_name(janitor_threadclass_t threadclass) in janitor_threadclass_name()
99 janitor_threadclass_destroy(janitor_threadclass_t threadclass) in janitor_threadclass_destroy()
109 janitor_threadclass_setdetached(janitor_threadclass_t threadclass) in janitor_threadclass_setdetached()
119 janitor_threadclass_setautorun(janitor_threadclass_t threadclass) in janitor_threadclass_setautorun()
125 janitor_threadclass_setblockedsignals(janitor_threadclass_t threadclass) in janitor_threadclass_setblockedsignals()
131 janitor_threadclass_setminstacksize(janitor_threadclass_t threadclass, size_t minstacksize) in janitor_threadclass_setminstacksize()
169 janitor_threadclass_t threadclass; member
327 janitor_thread_create(janitor_thread_t* thread, janitor_threadclass_t threadclass, janitor_runfn_t … in janitor_thread_create()
379 janitor_thread_tryjoinall(janitor_threadclass_t threadclass) in janitor_thread_tryjoinall()
[all …]
/dports/multimedia/pitivi/pitivi-0.999/pitivi/utils/
H A Dthreads.py75 def addThread(self, threadclass, *args): argument