/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
.../libc/thread/
..
Makefile.inc

Instead of opting in to futexes on archs with atomics opt out on archs without atomics, a smaller list.

7 лет назад
atfork.c

spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;

4 года назад
callbacks.c

Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread.

9 лет назад
rthread.c

annoying whitespace

6 лет назад
rthread.h

Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread.

9 лет назад
rthread_cb.h

Use struct __sFILE instead of FILE in thread locking callback declarations to reduce <stdio.h> pollution. Declare __isthreaded in thread_private.h where it's really needed.

2 года назад
rthread_cond.c

pthread_cond_timedwait(3): accept negative absolute timeouts

3 года назад
rthread_condattr.c

Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread.

9 лет назад
rthread_debug.c

Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_exit from libpthread to libc, along with low-level bits to support them. Major bump to both libc and libpthread.

9 лет назад
rthread_file.c

spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;

4 года назад
rthread_libc.c

Fix two issues related to thread private data in asr. - setting up asr in single thread mode and then starting threads using asr would lead to multiple threads sharing the same resolver. - destruction of a thread that has been using asr would leak data. Problem originally reported by Alexey Sokolov and Uli Schlachter. ok kettenis@

6 лет назад
rthread_mutex.c

remove unneeded semicolons; checked by millert@

2 года назад
rthread_once.c

Revert recent changes to unbreak ports/net/samba

9 лет назад
rthread_sync.c

pthread_cond_timedwait(3): accept negative absolute timeouts

3 года назад
rthread_tls.c

remove duplicate includes ok tb@

3 года назад
synch.h

libc, librthread: _twait: subtraction is not comparison

3 года назад