Home
last modified time | relevance | path

Searched refs:functor_table (Results 1 – 4 of 4) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-funct.c53 { LD->thread.info->access.functor_table = functorDefTable; \
54 t = LD->thread.info->access.functor_table->table; \
55 b = LD->thread.info->access.functor_table->buckets; \
59 { LD->thread.info->access.functor_table = NULL; \
193 freeHeap(t2, sizeof(functor_table)); in maybe_free_functor_tables()
435 freeHeap(table, sizeof(functor_table)); in cleanupFunctors()
H A Dpl-thread.h117 FunctorTable functor_table; /* current atom-table accessed */ member
490 COMMON(int) pl_functor_table_in_use(FunctorTable functor_table);
H A Dpl-incl.h1219 typedef struct functor_table * FunctorTable;
1221 typedef struct functor_table struct
1225 } functor_table; argument
H A Dpl-thread.c6838 pl_functor_table_in_use(FunctorTable functor_table) in pl_functor_table_in_use() argument
6846 if ( i != me && info && info->access.functor_table == functor_table ) in pl_functor_table_in_use()