[DEV] update libs and tools for thread

This commit is contained in:
Edouard DUPIN 2015-03-20 22:18:52 +01:00
parent b94e674a8f
commit cdcfc201d4
7 changed files with 8 additions and 7 deletions

2
external/airtaudio vendored

@ -1 +1 @@
Subproject commit 36e5f26cb43db3ab1da60662a0aff8b335f4bd72
Subproject commit 102a4e5ca569052f624c3112f7f68afa48acecfe

2
external/audio vendored

@ -1 +1 @@
Subproject commit d1cf21511325622116c42188ef3b2e1e203d6b2d
Subproject commit 469a2650649165367e9272103633d8c00262b488

2
external/drain vendored

@ -1 +1 @@
Subproject commit c209a900cf83138abc8a09fd1bfd3a7b0505ed05
Subproject commit 2bbbad467f3f477bb8b41b7e370d5c1d1b9ca8ae

2
external/ejson vendored

@ -1 +1 @@
Subproject commit be1eeda5566b1ed60ef9a0e4a27e12e8762e4a18
Subproject commit f46eb52d32cf855527a12a4a365e70ed537cc60c

2
external/etk vendored

@ -1 +1 @@
Subproject commit 9ccf8eea8314a7f35f0da54b64529abf4272beec
Subproject commit a84ec0fcb11358c51bec545dce9c884cd69b13f5

2
external/river vendored

@ -1 +1 @@
Subproject commit 893cf1d5c02b54cd33063e914b78db8d19a893f0
Subproject commit 4c3fe665cf788bde5919267de29dca8544c8f76f

View File

@ -12,6 +12,7 @@
#include <etk/tool.h>
#include <etk/os/FSNode.h>
#include <etk/thread/tools.h>
#include <mutex>
#include <date/date.h>
@ -306,7 +307,7 @@ ewol::Context::Context(ewol::context::Application* _application, int32_t _argc,
m_windowsSize(320,480),
m_initStepId(0) {
// set a basic
etk::log::setThreadName("ewol");
etk::thread::setName("ewol");
if (m_application == nullptr) {
EWOL_CRITICAL("Can not start context with no Application ==> rtfm ...");
}