Sponsored Content
Full Discussion: How to post a new thread
Contact Us Post Here to Contact Site Administrators and Moderators How to post a new thread Post 302152705 by Hari123 on Friday 21st of December 2007 12:29:45 AM
Old 12-21-2007
How to post a new thread

Im new to this forum. can you guide me how to post a new thread.

Thanks in advance
Hari
This User Gave Thanks to Hari123 For This Post:
 

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

how to post a thread

I am not getting post new thread button when i was logged in. tell me how to do this. i want to print data between two lines in a file into another file. which command should i use in UNIX (0 Replies)
Discussion started by: kamesh83
0 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Help I can not Post a Thread

I can not Post a Thread. (1 Reply)
Discussion started by: spiderman3k
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

i cannot able to post the thread

hi, Pls help me .. i cannot able to post the threads (1 Reply)
Discussion started by: am_73798
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

help to post a thread

hi,, sorry, couldnt navigate myself to post a new thread, pls guide if possible Thanks santhosh (1 Reply)
Discussion started by: santy_33
1 Replies

5. Post Here to Contact Site Administrators and Moderators

How do I post new thread

Can you tell me how to post a new thread? Please help me ASAP. Thanks, Dipakg (2 Replies)
Discussion started by: dipakg
2 Replies

6. Post Here to Contact Site Administrators and Moderators

Can't post new thread

Hi, I've tried 3 times to post a new thread and for whatever reason it's not happening, hope you can help Thanks (11 Replies)
Discussion started by: saddlerken
11 Replies

7. Post Here to Contact Site Administrators and Moderators

i can not post new thread

Hi scoot Hope you are doing well!! I didn't post any new thread, is their any problem in my access could you please check it and let me know. Previously posted threads was one of my interview question and i didn't understand how to solve , i am a new for shell script, i didn't find any help... (2 Replies)
Discussion started by: ksakil
2 Replies

8. Forum Support Area for Unregistered Users & Account Problems

Not able to post thread/reply to thread

Dear Moderator I am not able to post any new thread or post reply to mine old thread. Kindly help as i am stuck on one problem and needed suggestion. Regards Jaydeep (1 Reply)
Discussion started by: jaydeep_sadaria
1 Replies

9. Post Here to Contact Site Administrators and Moderators

How to post a new thread?

Just joined and registered 15 minutes ago. Can't figure out how to post a new question about 'grep' I searched and found that I need to click the 'New Thread' button, I couldn't see any 'New Thread' buttons anywhere, so I searched around and ended up here where I DO see a 'new thread' button....... (3 Replies)
Discussion started by: TuftyDave
3 Replies
dat_cno_free(3DAT)				     Direct Access Transport Library Functions					dat_cno_free(3DAT)

NAME
dat_cno_free - destroy an instance of the CNO SYNOPSIS
cc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_cno_free ( IN DAT_CNO_HANDLE cno_handle ) PARAMETERS
cno_handle Handle for an instance of the CNO DESCRIPTION
The dat_cno_free() function destroys a specified instance of the CNO. A CNO cannot be deleted while it is referenced by an Event Dispatcher or while a thread is blocked on it. RETURN VALUES
DAT_SUCCESS The operation was successful. DAT_INVALID_HANDLE The cno_handle() parameter is invalid. DAT_INVALID_STATE Parameter in an invalid state. CNO is in use by an EVD instance or there is a thread blocked on it. USAGE
If there is a thread blocked in dat_cno_wait(3DAT), the Consumer can do the following steps to unblock the waiter: o Create a temporary EVD that accepts software events. It can be created in advance. o For a CNO with the waiter, attach that EVD to the CNO and post the software event on the EVD. o This unblocks the CNO. o Repeat for other CNOs that have blocked waiters. o Destroy the temporary EVD after all CNOs are destroyed and the EVD is no longer needed. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
dat_cno_wait(3DAT), libdat(3LIB), attributes(5) SunOS 5.11 16 Jul 2004 dat_cno_free(3DAT)
All times are GMT -4. The time now is 11:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy