HP-UX Reference (11i v2 07/12) - 3 Library Functions N-Z (vol 7)

x
xdr_create(3N) xdr_create(3N)
the xdrrec_create()
function, if the x_ops field is still
NULL, the call has failed. If the x_ops field
contains some other value, the call can be assumed to have succeeded. The failure can not be detected in
case of
xdrmem_create()
and xdrstdio_create()
functions.
MULTITHREAD USAGE
Thread Safe: Yes
Cancel Safe: Yes
Fork Safe: No
Async-cancel Safe: No
Async-signal Safe: No
These functions can be called safely in a multithreaded environment. They may be cancellation points in
that they call functions that are cancel points.
In a multithreaded environment, these functions are not safe to be called by a child process after
fork()
and before exec(). These functions should not be called by a multithreaded application that support
asynchronous cancellation or asynchronous signals.
SEE ALSO
read(2), write(2), malloc(3C), rpc(3N), xdr_admin(3N), xdr_complex(3N), xdr_simple(3N), fclose(3S).
650 Hewlett-Packard Company − 2 − HP-UX 11i Version 2: December 2007 Update