freebsd man page for pthread_getcpuclockid

Query: pthread_getcpuclockid

OS: freebsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PTHREAD_GETCPUCLOCKID(3)				   BSD Library Functions Manual 				  PTHREAD_GETCPUCLOCKID(3)

NAME
pthread_getcpuclockid -- access a thread CPU-time clock
LIBRARY
POSIX Threads Library (libpthread, -lpthread)
SYNOPSIS
#include <pthread.h> #include <time.h> int pthread_getcpuclockid(pthread_t thread_id, clockid_t *clock_id);
DESCRIPTION
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.
RETURN VALUES
Upon successful completion, pthread_getcpuclockid() returns zero; otherwise, an error number is returned to indicate the error.
ERRORS
The pthread_getcpuclockid() function will fail if: [ESRCH] The value specified by thread_id does not refer to an existing thread.
SEE ALSO
clock_gettime(2)
STANDARDS
The pthread_getcpuclockid() function conforms to IEEE Std 1003.1-2004 (``POSIX.1'').
HISTORY
The pthread_getcpuclockid() function first appeared in FreeBSD 10.0.
AUTHORS
David Xu <davidxu@FreeBSD.org>
BSD
August 21, 2012 BSD
Related Man Pages
pthread_getcpuclockid(3) - centos
pthread_getcpuclockid(3p) - suse
pthread_getcpuclockid(3) - x11r4
pthread_getcpuclockid(3) - opendarwin
pthread_getcpuclockid(3) - xfree86
Similar Topics in the Unix Linux Community
Unix File Permissions
Mac OS X: Based on UNIX - Solid As a Rock
A simple UNIXtime component in Vue.js
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD?