Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.147
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
glibc /
debian /
local /
manpages /
[ HOME SHELL ]
Name
Size
Permission
Action
de
[ DIR ]
drwxr-xr-x
es
[ DIR ]
drwxr-xr-x
fr
[ DIR ]
drwxr-xr-x
id
[ DIR ]
drwxr-xr-x
pl
[ DIR ]
drwxr-xr-x
po
[ DIR ]
drwxr-xr-x
Makefile
384
B
-rw-r--r--
gencat.1
5.59
KB
-rw-r--r--
getconf.1
5.29
KB
-rw-r--r--
locale-gen.8
2.91
KB
-rw-r--r--
locale-gen.8.sgml
4.58
KB
-rw-r--r--
locale.alias.5
1.67
KB
-rw-r--r--
locale.gen.5
1.41
KB
-rw-r--r--
nscd.8
1.99
KB
-rw-r--r--
nscd.conf.5
6.09
KB
-rw-r--r--
po4a.cfg
338
B
-rw-r--r--
pthread_atfork.3
1.98
KB
-rw-r--r--
pthread_cond_init.3
7.23
KB
-rw-r--r--
pthread_condattr_init.3
1.24
KB
-rw-r--r--
pthread_key_create.3
4.88
KB
-rw-r--r--
pthread_mutex_init.3
7.06
KB
-rw-r--r--
pthread_mutexattr_init.3
3.14
KB
-rw-r--r--
pthread_mutexattr_setkind_np.3
1.02
KB
-rw-r--r--
pthread_once.3
979
B
-rw-r--r--
rpcgen.1
11.07
KB
-rw-r--r--
sotruss.1
1.47
KB
-rw-r--r--
tzselect.1
2.28
KB
-rw-r--r--
update-locale.8
1.26
KB
-rw-r--r--
validlocale.8
1.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pthread_mutexattr_setkind_np.3
.TH PTHREAD_MUTEXATTR_SETKIND_NP 3 LinuxThreads .SH NAME pthread_mutexattr_setkind_np, pthread_mutexattr_getkind_np \- deprecated mutex creation attributes .SH SYNOPSIS .B #include <pthread.h> .BI "int pthread_mutexattr_setkind_np(pthread_mutexattr_t *" attr ", int " kind ");" .BI "int pthread_mutexattr_getkind_np(const pthread_mutexattr_t *" attr ", int *" kind ");" .SH DESCRIPTION These functions are deprecated, use \fBpthread_mutexattr_settype\fP(3) and \fBpthread_mutexattr_gettype\fP(3) instead. .SH "RETURN VALUE" \fBpthread_mutexattr_getkind_np\fP always returns 0. \fBpthread_mutexattr_setkind_np\fP returns 0 on success and a non-zero error code on error. .SH ERRORS On error, \fBpthread_mutexattr_setkind_np\fP returns the following error code: .TP \fBEINVAL\fP \fIkind\fP is neither \fBPTHREAD_MUTEX_FAST_NP\fP nor \fBPTHREAD_MUTEX_RECURSIVE_NP\fP nor \fBPTHREAD_MUTEX_ERRORCHECK_NP\fP .SH AUTHOR Xavier Leroy <Xavier.Leroy@inria.fr> .SH "SEE ALSO" \fBpthread_mutexattr_settype\fP(3), \fBpthread_mutexattr_gettype\fP(3).
Close