aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_sleepq.c
Commit message (Expand)AuthorAgeFilesLines
* libthr: remove explicit sys/cdefs.h includesKonstantin Belousov2024-03-131-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* Create a common function lookup() to search a chan, this eliminatesDavid Xu2012-05-101-5/+9
* Fix mis-merged line, move SC_LOOKUP() call toDavid Xu2012-05-051-1/+1
* MFp4:David Xu2012-05-031-1/+5
* Add sleep queue code.David Xu2010-12-221-0/+175