mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
Utilities/Thread.cpp:1644:2: error: use of undeclared identifier 'pthread_setname_np'; did you mean 'pthread_set_name_np'?
pthread_setname_np(pthread_self(), m_name.substr(0, 15).c_str());
^~~~~~~~~~~~~~~~~~
pthread_set_name_np
/usr/include/pthread_np.h:58:6: note: 'pthread_set_name_np' declared here
void pthread_set_name_np(pthread_t, const char *);
^
|
||
|---|---|---|
| .. | ||
| yaml-cpp@017626a6ce | ||
| Atomic.h | ||
| AtomicPtr.h | ||
| BEType.h | ||
| bin_patch.cpp | ||
| bin_patch.h | ||
| bit_set.h | ||
| BitField.h | ||
| cfmt.h | ||
| cond.cpp | ||
| cond.h | ||
| Config.cpp | ||
| Config.h | ||
| CRC.h | ||
| dynamic_library.cpp | ||
| dynamic_library.h | ||
| event.h | ||
| File.cpp | ||
| File.h | ||
| GDBDebugServer.cpp | ||
| GDBDebugServer.h | ||
| geometry.h | ||
| git-version-gen.cmd | ||
| GSL.h | ||
| hash.h | ||
| Interval.h | ||
| JIT.cpp | ||
| JIT.h | ||
| lockless.h | ||
| Log.cpp | ||
| Log.h | ||
| LUrlParser.cpp | ||
| LUrlParser.h | ||
| mutex.cpp | ||
| mutex.h | ||
| recursive_wrapper.hpp | ||
| rXml.cpp | ||
| rXml.h | ||
| sema.cpp | ||
| sema.h | ||
| StrFmt.cpp | ||
| StrFmt.h | ||
| StrUtil.h | ||
| sync.h | ||
| sysinfo.cpp | ||
| sysinfo.h | ||
| Thread.cpp | ||
| Thread.h | ||
| Timer.h | ||
| types.h | ||
| variant_visitor.hpp | ||
| variant.hpp | ||
| version.cpp | ||
| version.h | ||
| VirtualMemory.cpp | ||
| VirtualMemory.h | ||
| yaml-cpp.vcxproj | ||
| yaml-cpp.vcxproj.filters | ||