Sponsored Content
Full Discussion: Approved Posts
Contact Us Post Here to Contact Site Administrators and Moderators Approved Posts Post 302342309 by cezar.elnazli on Saturday 8th of August 2009 04:54:02 PM
Old 08-08-2009
Approved Posts

How long does it take for someone in the staff to approve a new thread, and how do I know if the thread has been approved/disapproved? I've made one which does include URLs. And if this one is approved, are the further ones going to be approved automatically?

I've searched for it, nothing came up.
 

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

old posts

this thread, while intended to help address a possible glitch with the bb software, prompted me to take a look at the easliest posts here at unix.com while doing that i found this thread. the post there by neo is fun to read :D (0 Replies)
Discussion started by: norsk hedensk
0 Replies

2. Post Here to Contact Site Administrators and Moderators

new posts..

there is a link to see the new posts. but this give only new posts posted today. if i want to see the yesterdays post or all the posts in the posted order(new posts first and so on).. wat should i do?.. (1 Reply)
Discussion started by: sekar sundaram
1 Replies

3. Post Here to Contact Site Administrators and Moderators

How to get approved to post

I have tried to answer several posts, but my posts are being held for a moderator to approve. What needs to happen before I am able to post without moderator approval? Thanks, Craig (csharp2a) (1 Reply)
Discussion started by: csharp2a
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

10 posts

Hey Scott, what's going on? I still can't post. After you sent me private message I can't reply to it. It says I have to have 10 posts to reply. And what do you mean why I need 10 posts - I needed 10 posts to ask a question. From the beginning: 1. I registered to ask a question. 2. I activated... (3 Replies)
Discussion started by: useretail
3 Replies
pthread_getsequence_np(3)				     Library Functions Manual					 pthread_getsequence_np(3)

NAME
pthread_getsequence_np - Obtains the unique identifier for the specified thread. LIBRARY
DECthreads POSIX 1003.1c Library (libpthread.so) SYNOPSIS
#include <pthread.h> unsigned long pthread_getsequence_np( pthread_t thread); STANDARDS
None PARAMETERS
Thread object whose sequence number is to be obtained. DESCRIPTION
This routine obtains and returns the DECthreads thread sequence number for the thread identified by the thread object specified in the thread argument. The thread sequence number provides a unique identifier for each existing thread. A thread's thread sequence number is never reused while the thread exists, but can be reused after the thread terminates. The debugger interfaces use this sequence number to identify each thread in commands and in display output. The result of calling this routine is undefined if the thread argument does not specify a valid thread object. RETURN VALUES
No errors are returned. This routine returns the DECthreads thread sequence number for the thread identified by the thread object speci- fied in the thread argument. The result of calling this routine is undefined if the thread argument does not specify a valid thread. ERRORS
None RELATED INFORMATION
Functions: pthread_create(3), pthread_self(3) Manuals: Guide to DECthreads and Programmer's Guide delim off pthread_getsequence_np(3)
All times are GMT -4. The time now is 04:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy