aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/port/detail/ThreadPthread.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-01-01Update copyright year.levlam
2024-01-01Update copyright year.levlam
2023-01-01Update copyright year.levlam
2022-09-17Fix buggy behavior of pthread_setaffinity_np/pthread_getaffinity_np on NetBSD.levlam
2022-09-17Add TD_HAVE_THREAD_AFFINITY macros.levlam
2022-09-17Support CPU affinity on NetBSD.levlam
2022-09-17Support CPU affinity on FreeBSD.levlam
2022-09-14Support affinity mask on Linux.levlam
2022-09-14Add thread::set_affinity_mask/get_affinity_mask.levlam
2022-08-22Add thread::send_real_time_signal.levlam
2022-07-14remove td::this_thread::yield function. usleep_for(1) used insteadArseny Smirnov
2022-01-01Update copyright year.levlam
2021-01-01Update copyright year.levlam
2020-06-26Fix tdutils after merge.levlam
2020-06-24update tdutils from another projectArseny Smirnov
2020-01-01Update copyright year.levlam
2019-10-23Do not try to use sysctl if sys/sysctl.h is not included.levlam
2019-10-23tdutils: Fix build for alpine linuxlevlam
2019-09-08Minor improvements.levlam
2019-08-26ThreadPthread fixes.levlam
2019-08-26ThreadPthread: better hardware_concurrency implementationArseny Smirnov