GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PTHREAD_GETCPUCLOCKID(3) FreeBSD Library Functions Manual PTHREAD_GETCPUCLOCKID(3)

pthread_getcpuclockid
access a thread CPU-time clock

POSIX Threads Library (libpthread, -lpthread)

#include <pthread.h>
#include <time.h>

int
pthread_getcpuclockid(pthread_t thread_id, clockid_t *clock_id);

The pthread_getcpuclockid() returns the clock ID of the CPU-time clock of the thread specified by thread_id, if the thread described by thread_id exists.

Upon successful completion, pthread_getcpuclockid() returns zero; otherwise, an error number is returned to indicate the error.

The pthread_getcpuclockid() function will fail if:
[]
The value specified by thread_id does not refer to an existing thread.

clock_gettime(2)

The pthread_getcpuclockid() function conforms to IEEE Std 1003.1-2004 (“POSIX.1”).

The pthread_getcpuclockid() function first appeared in FreeBSD 10.0.

David Xu <davidxu@FreeBSD.org>
August 21, 2012 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.