aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_clean.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
* Avoid conflicts with libc symbols in libthr jump table.Konstantin Belousov2019-07-311-7/+13
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+4
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* _pthread_cleanup_push: fix allocator sizeof operand mismatchPedro F. Giffuni2015-04-221-1/+1
* Only access unwind_disabled when _PTHREAD_FORCED_UNWIND is defined.David Xu2010-09-251-1/+2
* Because old _pthread_cleanup_push/pop do not have frame address,David Xu2010-09-251-8/+1
* add code to support stack unwinding when thread exits. note that onlyDavid Xu2010-09-151-0/+8
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,David Xu2008-06-091-16/+39
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* WARNS level 4 cleanup.David Xu2006-04-041-0/+2
* Import my recent 1:1 threading working. some features improved includes:David Xu2005-04-021-3/+9
* - Define curthread as _get_curthread() and remove all direct calls toJeff Roberson2003-04-021-2/+0
* - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson2003-04-011-0/+72