In Listing 1, pthread_create is called to create a new thread with a default thread attribute.
清单1中调用了pthread_create来创建一个含默认线程属性的新线程。
To make a recursive call, you must either code the recursive clause (or attribute) in the PROGRAM-ID paragraph of the recursively called program or specify the THREAD compiler option.
要执行递归调用,必须在以递归方式调用的程序的PROGRAM - ID段落中编写RECURsive子句(或属性),或指定THREAD编译器选项。
If your program has the RECURSIVE attribute or is compiled with the THREAD compiler option, data that is defined in the LINKAGE SECTION is not accessible on subsequent invocations of the program.
如果程序包含RECUR SIVE属性,或使用THREAD编译器选项编译,那么后续的程序调用将无法访问LINKAGESECTION中定义的数据。
When the execution thread returns to the invoking application, it is the application's responsibility to read the value of the neededReports attribute and fetch the necessary reports accordingly.
当执行线程返回到调用方应用程序时,读取neededReports属性值并相应获取所需报告就是该应用程序的职责。
If an endpoint method with a transaction attribute of Required is invoked on a thread with an imported transaction, then the method will inherit that transaction.
如果用导入的事务调用具有事务属性Required的端点方法,那么这个方法将继承该事务。
If an endpoint method with a transaction attribute of Required is invoked on a thread with an imported transaction, then the method will inherit that transaction.
如果用导入的事务调用具有事务属性Required的端点方法,那么这个方法将继承该事务。
应用推荐