Man Page: pthread_getcpuclockid
Operating Environment: freebsd
Section: 3
PTHREAD_GETCPUCLOCKID(3) BSD Library Functions Manual PTHREAD_GETCPUCLOCKID(3)NAMEpthread_getcpuclockid -- access a thread CPU-time clockLIBRARYPOSIX Threads Library (libpthread, -lpthread)SYNOPSIS#include <pthread.h> #include <time.h> int pthread_getcpuclockid(pthread_t thread_id, clockid_t *clock_id);DESCRIPTIONThe 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 VALUESUpon successful completion, pthread_getcpuclockid() returns zero; otherwise, an error number is returned to indicate the error.ERRORSThe pthread_getcpuclockid() function will fail if: [ESRCH] The value specified by thread_id does not refer to an existing thread.SEE ALSOclock_gettime(2)STANDARDSThe pthread_getcpuclockid() function conforms to IEEE Std 1003.1-2004 (``POSIX.1'').HISTORYThe pthread_getcpuclockid() function first appeared in FreeBSD 10.0.AUTHORSDavid Xu <davidxu@FreeBSD.org>BSDAugust 21, 2012 BSD
| Related Man Pages |
|---|
| pthread_getcpuclockid(3p) - centos |
| pthread_getcpuclockid(3) - x11r4 |
| pthread_getcpuclockid(3) - bsd |
| pthread_getcpuclockid(3) - v7 |
| pthread_getcpuclockid(3) - plan9 |
| Similar Topics in the Unix Linux Community |
|---|
| Mac OS X: Based on UNIX - Solid As a Rock |
| The Whole Story on #! /usr/bin/ksh |
| Memory Leaks |
| Reason for no directory creation date |
| UNIX Environment Setup - (Just starting!) |