Home
last modified time | relevance | path

Searched refs:Yap_yaamregs_key (Results 1 – 8 of 8) sorted by relevance

/dports/lang/yap/yap-6.2.2/C/
H A Dthreads.c168 …pthread_setspecific(Yap_yaamregs_key, (void *)FOREIGN_ThreadHandle(myworker_id).default_yaam_regs); in setup_engine()
319 if (pthread_getspecific(Yap_yaamregs_key) == NULL) in p_thread_self()
329 if (pthread_getspecific(Yap_yaamregs_key) == NULL) in p_thread_zombie_self()
348 if (pthread_getspecific(Yap_yaamregs_key) == NULL) in p_thread_status_lock()
358 if (pthread_getspecific(Yap_yaamregs_key) == NULL) in p_thread_status_unlock()
367 if (pthread_getspecific(Yap_yaamregs_key) == NULL) in Yap_thread_self()
396 pthread_setspecific(Yap_yaamregs_key, (const void *)&Yap_standard_regs); in Yap_thread_create_engine()
406 pthread_setspecific(Yap_yaamregs_key, NULL); in Yap_thread_create_engine()
428 pthread_setspecific(Yap_yaamregs_key, (const void *)FOREIGN_ThreadHandle(wid).default_yaam_regs); in Yap_thread_attach_engine()
442 pthread_setspecific(Yap_yaamregs_key, NULL); in Yap_thread_detach_engine()
H A Dother.c37 pthread_key_t Yap_yaamregs_key; variable
H A Dinit.c1296 pthread_key_create(&Yap_yaamregs_key, NULL); in Yap_InitWorkspace()
1297 pthread_setspecific(Yap_yaamregs_key, (const void *)&Yap_standard_regs); in Yap_InitWorkspace()
H A Dexec.c1613 …pthread_setspecific(Yap_yaamregs_key, (const void *)FOREIGN_ThreadHandle(myworker_id).default_yaam… in Yap_InitYaamRegs()
H A Dabsmi.c720 pthread_setspecific(Yap_yaamregs_key, (const void *)&absmi_regs);
/dports/lang/yap/yap-6.2.2/H/
H A DRegs.h172 extern pthread_key_t Yap_yaamregs_key;
174 #define Yap_regp ((REGSTORE *)pthread_getspecific(Yap_yaamregs_key))
H A Dabsmi.h192 pthread_setspecific(Yap_yaamregs_key, (void *)old_regs); in restore_absmi_regs()
/dports/lang/yap/yap-6.2.2/library/dialect/swi/fli/
H A Dswi.c2761 if (pthread_getspecific(Yap_yaamregs_key) == NULL) in PL_thread_self()