Home
last modified time | relevance | path

Searched refs:PL_thread_attach_engine (Results 1 – 9 of 9) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/swipl-win/
H A DSwiPrologEngine.cpp317 int id = PL_thread_attach_engine(&attr); in in_thread()
/dports/lang/yap/yap-6.2.2/include/
H A DSWI-Prolog.h475 extern X_API int PL_thread_attach_engine(const PL_thread_attr_t *);
/dports/lang/swi-pl/swipl-8.2.3/man/
H A Dthreads.doc1011 Prolog it must first attach an engine using PL_thread_attach_engine()
1028 \cfunction{int}{PL_thread_attach_engine}{const PL_thread_attr_t *attr}
1061 The structure may be destroyed after PL_thread_attach_engine() has
1069 PL_thread_attach_engine() in this thread. Returns \const{TRUE} on
1125 PL_thread_attach_engine(). Any thread can make this call after
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-ntmain.c762 PL_thread_attach_engine(&attr); in run_interactor()
H A Dpl-init.c1400 { PL_thread_attach_engine(NULL); in cleanupProlog()
H A Dpl-thread.c5274 PL_thread_attach_engine(PL_thread_attr_t *attr) in PL_thread_attach_engine() function
5460 if ( PL_thread_attach_engine(attributes) >= 0 ) in PL_create_engine()
5516 if ( PL_thread_attach_engine(&attrs) > 0 ) in GCmain()
6534 PL_thread_attach_engine(PL_thread_attr_t *attr) in PL_thread_attach_engine() function
H A DSWI-Prolog.h1205 PL_EXPORT(int) PL_thread_attach_engine(PL_thread_attr_t *attr);
/dports/lang/yap/yap-6.2.2/library/dialect/swi/fli/
H A Dswi.c2776 X_API int PL_thread_attach_engine(const PL_thread_attr_t *attr) in PL_thread_attach_engine() function
/dports/lang/swi-pl/swipl-8.2.3/packages/jpl/src/main/c/
H A Djpl.c3627 if ( PL_thread_attach_engine(NULL) ) in Java_org_jpl7_fli_Prolog_create_1engine()