SRB Mode and C functions

2016-01-22 Thread Janet Graff
We recently found that a pthread_mutex_lock() issues an SVC under the covers which causes our code in SRB Mode to abend with a S0F8-004. Does anyone have a list of C functions (POSIX as well as stdlib) that are illegal in SRB Mode? Thanks! Janet

Re: SRB Mode and C functions

2016-01-22 Thread Sam Siegel
Look in the XL C/C++ run time library reference in appendix B Function Support Table. It provides a comprehensive list of functions which can be used under an SRB. Sam On Fri, Jan 22, 2016 at 2:43 PM, Janet Graff < 004dc9e91b6d-dmarc-requ...@listserv.ua.edu> wrote: > We recently found that

Re: SRB Mode and C functions

2016-01-22 Thread Tony Harminc
On 22 January 2016 at 17:43, Janet Graff <004dc9e91b6d-dmarc-requ...@listserv.ua.edu> wrote: > We recently found that a pthread_mutex_lock() issues an SVC under the covers > which causes our > code in SRB Mode to abend with a S0F8-004. > > Does anyone have a list of C functions (POSIX as well