Home | History | Annotate | Download | only in libpthread
History log of /src/lib/libpthread/pthread_getcpuclockid.c
RevisionDateAuthorComments
 1.4  12-Feb-2022  riastradh libpthread: Move namespacing include to top of .c files.

Stuff like libc's namespace.h, or atomic_op_namespace.h, which does
namespacing tricks like `#define atomic_cas_uint _atomic_cas_uint',
has to go at the top of each .c file. If it goes in the middle, it
might be too late to affect the declarations, and result in compile
errors.

I tripped over this by including <sys/atomic.h> in mips
<machine/lock.h>.

(Maybe we should create a new pthread_namespace.h file for the
purpose, but this'll do for now.)
 1.3  29-Jan-2020  kamil Chack thread->pt_magic with PT_MAGIC promptly

Rearrange some checks to avoid verifying pthread_t after using it.
 1.2  04-Mar-2017  njoly branches: 1.2.12;
Fix {clock,pthread}_getcpuclockid to return an error number on
failure, to match OpenGroup specifications.
 1.1  23-Apr-2016  christos branches: 1.1.2; 1.1.4;
Add pthread_getcpuclockid(3)
 1.1.4.1  21-Apr-2017  bouyer Sync with HEAD
 1.1.2.1  20-Mar-2017  pgoyette Sync with HEAD
 1.2.12.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed