On 1/27/2014 7:15 AM, John McKown wrote:
On Mon, Jan 27, 2014 at 8:05 AM, Scott Ford <[email protected]> wrote:
Juergen,
I know C and C++ that use threads ....pthread.h requires posix(on). I know
there are other functions that require it
Scott ford
www.identityforge.com
One restriction that I found is that POSIX(ON) can one enclave in an LE
"nested enclave" environment can have POSIX(ON) active. I don't really know
what a "nested enclave" is or why you'd use one.
ref: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ceea21b0/5.4
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
In LE, an enclave is a mainline and it's subroutines. Certain program
functions create a nested enclave: the invoking enclave is suspended
until the invoked enclave terminates. In particular, I seem to recall
that
* EXEC CICS LINK and EXEC CICS XCTL
* Assembler LINK
* C system() function
* PL/I fetch and call to a fetchable main PL/I procedure
all create nested enclaves; the invoked program must be a 'main' (in
the LE sense) and not a subroutine.
-Steve Comstock
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN