Sponsored Content
Full Discussion: Solaris 10 Book
Operating Systems Solaris Solaris 10 Book Post 302089835 by saainaath on Thursday 21st of September 2006 02:47:00 AM
Old 09-21-2006
If you r solaris10 specific i cant but if 9 go for sa239, sa299, sa399
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Good Solaris Admin book??

Can anyone recommend a good Solaris 8 or 9 Admin book? (5 Replies)
Discussion started by: here2learn
5 Replies

2. Solaris

Book Recommendation for Solaris Perf Monitoring?

I'm looking for a good Solaris performance monitoring book. I work primarily with Solaris 9, but will also be working with 10, so a dtrace chapter would also be good. Any insight would be much appreciated. (4 Replies)
Discussion started by: dangral
4 Replies

3. Solaris

Solaris x86 Book?

Does anyone know of a good book to read that teaches you all about Solaris for the x86 platform? Or maybe something related? A good website? Anyone? (3 Replies)
Discussion started by: Mr. Nice Guy
3 Replies

4. UNIX for Dummies Questions & Answers

solaris administration book

hi can anyone give me a link of Solaris administration book (solaris 10). Regards Rochit (1 Reply)
Discussion started by: rochitsharma
1 Replies

5. Solaris

e-book

Hi everybody I a new one And I have just wanted to research on Sun Solaris So can you help me what e-book to read ( and if can you give me the direct address to load ) Thks so much (3 Replies)
Discussion started by: iwbasts
3 Replies

6. Shell Programming and Scripting

perl book

I want to download larry wall's programming perl any edition book for free. will anybody tell me the location or url where i can get this book. (3 Replies)
Discussion started by: pritish.sas
3 Replies

7. Solaris

Book for Sun Certified Solaris Associate (SCSAS)

Hi All, I plan to take my first certification in Solaris “Sun Certified Solaris Associate (SCSAS)”. Is this certification has a value. Please help me to identify what book to refer. What is the cost of this exam in India? Regards, Kalai (7 Replies)
Discussion started by: kalpeer
7 Replies

8. Solaris

NAS drive (WD My Book Live) via Solaris

Anyone ever done this? Is it even possible to mount the remote NAS drive under Solaris? (7 Replies)
Discussion started by: psychocandy
7 Replies

9. AIX

A book for sysadmin

Please i searching a book which covering system administration of aix7 or 6 :lvm,virtualization,fs,etc Ebook and amazon ok. Do you know something good? Thanks (1 Reply)
Discussion started by: Linusolaradm1
1 Replies
tis_getspecific(3)					     Library Functions Manual						tis_getspecific(3)

NAME
tis_getspecific - Obtains the data associated with the specified thread-specific data key. LIBRARY
Standard C Library (libc.so, libc.a) SYNOPSIS
#include <tis.h> void *tis_getspecific( pthread_key_t key); STANDARDS
None PARAMETERS
Identifies a value returned by a call to tis_key_create(3). This routine returns the data value associated with the thread-specific data key. DESCRIPTION
This routine returns the value currently bound to the specified thread-specific data key. This routine can be called from a data destructor function. When threads are present, the data and keys are thread specific; they enable a library to maintain context on a per-thread basis. RETURN VALUES
No errors are returned. This routine returns the data value associated with the specified thread-specific data key key. If no data value is associated with key, or if key is not defined, then a NULL value is returned. RELATED INFORMATION
Functions: tis_key_create(3), tis_key_delete(3), tis_setspecific(3) Manuals: Guide to DECthreads and Programmer's Guide delim off tis_getspecific(3)
All times are GMT -4. The time now is 05:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy