From 79e7e4dc1b92367031260db5e46ccf9a7d011c51 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 26 Mar 2011 07:37:17 +0000 Subject: *** empty log message *** --- manual/index.html | 5 +-- manual/pthread_getunique_np.html | 76 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 2 deletions(-) create mode 100755 manual/pthread_getunique_np.html (limited to 'manual') diff --git a/manual/index.html b/manual/index.html index f11f2d6..f7b5bc9 100644 --- a/manual/index.html +++ b/manual/index.html @@ -6,7 +6,8 @@ - + + + + +

POSIX Threads for Windows – REFERENCE - +Pthreads-w32

+

Reference Index

+

Table of Contents

+

Name

+

pthread_getunique_np – get the +unique sequence number associated with a thread

+

Synopsis

+

#include <pthread.h> +

+

unsigned long long pthread_getunique_np(pthread_t thread);

+

Description

+

Returns the unique 64 bit +sequence number assigned to thread.

+

In Pthreads-win32:

+ +

This function was added for source code compatibility with some +other POSIX threads implementations.

+

Cancellation

+

None.

+

Return Value

+

pthread_getunique_np returns the unique sequence number for +thread.

+

Errors

+

None.

+

Author

+

Ross Johnson for use with Pthreads-w32.

+
+

Table of Contents

+ + + \ No newline at end of file -- cgit v1.2.3