Sponsored Content
Operating Systems Solaris Async-Signal-Safe versus MT-Safe Post 302304904 by jim mcnamara on Tuesday 7th of April 2009 02:17:47 PM
Old 04-07-2009
See this thread -
"No child processes" and waitpif

async-signal safe is going to be thread safe. The other way around: thread safe is async safe -- not always true.
 

We Also Found This Discussion For You

1. Shell Programming and Scripting

safe mode

Hello I'm working on a PHP project right now and when I try to run 'mkdir' I've been getting an error: code: mkdir("<full path>/test", 0700); error: PHP Warning: mkdir() : SAFE MODE Restriction in effect. The script whose uid is 10002 is not allowed to access <full path> owned by uid... (2 Replies)
Discussion started by: recluse8912
2 Replies
yppasswd(3N)															      yppasswd(3N)

NAME
yppasswd() - update user password in Network Information Service SYNOPSIS
[flag]... file... [library]... DESCRIPTION
If oldpass is the old, unencrypted user password, this routine replaces the password entry with the encrypted newpw. RPC Info Program number: XDR routines: xdr_yppasswd(xdrs, yp) XDR *xdrs; struct yppasswd *yp; xdr_passwd(xdrs, pw) XDR *xdrs; struct passwd *pw; Procs: Takes struct yppasswd as an argument; returns an integer. Behaves the same as the yppasswd() function. Uses UNIX authentication. Versions: Structures: struct yppasswd { char *oldpass; /* old (unencrypted) password */ struct passwd newpw; /* new pw structure */ }; 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 and before These functions should not be called by a multithreaded application that support asynchronous cancellation or asynchronous signals. RETURN VALUE
returns 0 if successful and -1 if an error occurs. AUTHOR
was developed by Sun Microsystems, Inc. SEE ALSO
yppasswd(1), yppasswdd(1M). yppasswd(3N)
All times are GMT -4. The time now is 02:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy