# $NetBSD: depsrc-precious.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $ # # Tests for the special source .PRECIOUS in dependency declarations, which # is only relevant if the commands for the target fail or are interrupted. # In such a case, the target file is usually removed, to avoid having # half-finished files with a timestamp suggesting the file were up-to-date. # # For targets marked with .PRECIOUS, the target file is not removed. # The author of the makefile is then responsible for avoiding the above # situation, in which the target would be wrongly considered up-to-date, # just because its timestamp says so. # TODO: Implementation all: @:; kdoc-10.99.5 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_spin.c
AgeCommit message (Expand)Author
2023-05-25libpthread: New pthread__smt_wait to put CPU in low power for spin.riastradh
2022-04-10pthread: Nix trailing whitespace.riastradh
2022-02-12libpthread: Move namespacing include to top of .c files.riastradh
2020-02-05Retire ifdef ERRORCHECK in pthread(3)kamil
2020-01-31Refactor libpthread checks for invalid argumentskamil
2012-08-16Add a pthread__smt_wake and add support for it on arm along withmatt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-05machine/lock.h, not sys/lock.had
2007-11-13For PR bin/37347:ad
2007-09-10Merge nick-csl-alignment.skrll
2007-08-16Trim fat off libpthread internal spinlock operations. Makes a mesurablead