开源使用者
标签
在 Visual Studio 中,与 std::async 一起使用时不会调用“thread_local"变量的析构函数,这是错误吗?
2021-12-30 00:00:00
visual-studio
multithreading
memory-leaks
c++
使用 pthread_create 时的 valgrind 内存泄漏错误
2021-12-30 00:00:00
memory-leaks
c++
pthreads
valgrind
std::this_thread::sleep_for() 和 GCC
2021-12-28 00:00:00
concurrency
g++
c++
c++11
pthread_once() 中的竞争条件?
2021-12-29 00:00:00
future
c++
pthreads
c++11
promise
如何让 CMake 在 Ubuntu 上识别 pthread?
2021-12-26 00:00:00
cmake
c++
pthreads
ubuntu-12.10
PThread 与 boost::thread?
2021-12-24 00:00:00
multithreading
posix
c++
pthreads
boost
Boost group_threads 最大并行线程数
2021-12-24 00:00:00
multithreading
c++
boost
如何将参数传递给 boost::thread?
2021-12-24 00:00:00
c++
boost
boost-thread
如何让 boost::thread_group 执行固定数量的并行线程
2021-12-24 00:00:00
multithreading
c++
boost
boost-thread
在完成工作后立即删除 boost::thread 对象的最佳方法是什么?
2021-12-24 00:00:00
multithreading
c++
boost
boost-thread
如何在 OpenMP 中将对象或结构定义为 threadprivate?
2021-12-23 00:00:00
private
struct
openmp
c++
添加 #include <boost/thread/mutex.hpp>破坏了我的 ActiveX 控件?
2021-12-22 00:00:00
visual-c++
activex
c++
boost
mfc
使用 VS2012 RC 时,如果在 main() 退出后调用 std::thread::join() 会挂起
2021-12-22 00:00:00
visual-c++
c++
c++11
visual-c++-2012
stdthread
C++ std::vector 的独立 std::threads
2021-12-21 00:00:00
multithreading
vector
c++
c++11
stdthread
C++ - std::thread 在执行时崩溃
2021-12-19 00:00:00
opengl
multithreading
c++
g++静态链接pthread时,导致Segmentation fault,为什么?
2021-12-18 00:00:00
gcc
c++
pthreads
c++11
boost
boost线程抛出异常“thread_resource_error:资源暂时不可用";
2021-12-17 00:00:00
multithreading
exception
resources
c++
boost
在 try/catch 块中新建 (std::nothrow) 与新建
2021-12-17 00:00:00
performance
exception-handling
readability
c++
C++03 throw() 说明符 C++11 noexcept 之间的区别
2021-12-17 00:00:00
exception
c++
c++11
throw
noexcept
您如何将 CreateThread 用于属于类成员的函数?
2021-12-09 00:00:00
class
multithreading
winapi
c++
«
2
3
4
5
6
7
8
9
10
11
»