Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dhstructs.h470 ATTR detattr; /* Detached thread attribute */ member
472 #define DETACHED &sysblk.detattr /* (helper macro) */
H A Dscedasd.c751 if( create_thread(&scedio_tid, &sysblk.detattr, in ARCH_DEP()
H A Dcomm3705.c1543 …if(create_thread(&dev->commadpt->tthread,&sysblk.detattr,telnet_thread,dev->commadpt,thread_name2)) in commadpt_init_handler()
1557 …if(create_thread(&dev->commadpt->cthread,&sysblk.detattr,commadpt_thread,dev->commadpt,thread_name… in commadpt_init_handler()
H A Dservice.c129 create_thread(&sclp_attn_tid, &sysblk.detattr, sclp_attn_thread, typ, "attn_thread"); in sclp_attn_async()