언어 설정

Menu
Sites
Language
Does Tizen support std::thread?
Hi everyone! I was trying use std::thread from C++11 standart, but got error: launchpad.c:__send_result_to_caller(***)> error founded when being launched with XXX launchpad.c:__send_result_to_caller(***)> The app process might be terminated while waiting XXX launchpad.c:__send_result_to_caller(***)> process launched, but cmdline not changed I can't find confirmation that Tizen supports std::thread from C++11 standard. Does it means that only ecore_thred_* functions provide creating multithreading applications?

Responses

1 댓글
Nafisul Islam Kiron

Hi, as far as I know Tizen supports HTML5 and C for development. So, you cannot use std:thread.

Ecore_Thread and pthread are used for threading.

link: https://developer.tizen.org/dev-guide/native/2.3.0/org.tizen.mobile.native.appprogramming/html/sample_descriptions/ui_ecore_thread_1_sd.htm