index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tdutils
/
td
/
utils
/
port
/
detail
/
ThreadPthread.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-01-01
Update copyright year.
levlam
2022-09-17
Fix buggy behavior of pthread_setaffinity_np/pthread_getaffinity_np on NetBSD.
levlam
2022-09-17
Add TD_HAVE_THREAD_AFFINITY macros.
levlam
2022-09-17
Support CPU affinity on NetBSD.
levlam
2022-09-17
Support CPU affinity on FreeBSD.
levlam
2022-09-14
Support affinity mask on Linux.
levlam
2022-09-14
Add thread::set_affinity_mask/get_affinity_mask.
levlam
2022-08-22
Add thread::send_real_time_signal.
levlam
2022-07-14
remove td::this_thread::yield function. usleep_for(1) used instead
Arseny Smirnov
2022-01-01
Update copyright year.
levlam
2021-01-01
Update copyright year.
levlam
2020-06-26
Fix tdutils after merge.
levlam
2020-06-24
update tdutils from another project
Arseny Smirnov
2020-01-01
Update copyright year.
levlam
2019-10-23
Do not try to use sysctl if sys/sysctl.h is not included.
levlam
2019-10-23
tdutils: Fix build for alpine linux
levlam
2019-09-08
Minor improvements.
levlam
2019-08-26
ThreadPthread fixes.
levlam
2019-08-26
ThreadPthread: better hardware_concurrency implementation
Arseny Smirnov