Sponsored Content
Full Discussion: maker
Top Forums Programming maker Post 28052 by LivinFree on Wednesday 11th of September 2002 08:52:19 PM
Old 09-11-2002
There's an easy way to lock up most small Linux boxes if you're using the bash shell, but it isn't a permanent thing.

Only a bufoon would want to destroy someone elses hardware.
 

We Also Found This Discussion For You

1. Emergency UNIX and Linux Support

Venn Data Maker

Hi, My input is like this head input.txt Set1,Set2,Set3 g1,g2,g3 g2,g1,g3, g4,g5,g5 g1,g1,g1, g2,g1,g1, g6,g7,g8 ,g7,g8 ,,g8 My output file should be Name,Set1,Set2,Set3 g1,1,1,1 (18 Replies)
Discussion started by: jacobs.smith
18 Replies
PTHREAD_RWLOCK_DESTROY(3)				   BSD Library Functions Manual 				 PTHREAD_RWLOCK_DESTROY(3)

NAME
pthread_rwlock_destroy -- destroy a read/write lock LIBRARY
POSIX Threads Library (libpthread, -lpthread) SYNOPSIS
#include <pthread.h> int pthread_rwlock_destroy(pthread_rwlock_t *lock); DESCRIPTION
The pthread_rwlock_destroy() function is used to destroy a read/write lock previously created with pthread_rwlock_init(). RETURN VALUES
If successful, the pthread_rwlock_destroy() function will return zero. Otherwise an error number will be returned to indicate the error. ERRORS
The pthread_rwlock_destroy() function will fail if: [EPERM] The caller does not have the privilege to perform the operation. The pthread_rwlock_destroy() function may fail if: [EBUSY] The system has detected an attempt to destroy the object referenced by lock while it is locked. [EINVAL] The value specified by lock is invalid. SEE ALSO
pthread_rwlock_init(3) STANDARDS
The pthread_rwlock_destroy() function is expected to conform to Version 2 of the Single UNIX Specification (``SUSv2''). HISTORY
The pthread_rwlock_destroy() function first appeared in FreeBSD 3.0. BSD
August 4, 1998 BSD
All times are GMT -4. The time now is 05:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy