On Tue, 3 Jul 2012 14:01:23 -0500 daniel granados <[email protected]>
said:

> i want to do an algorithm able to recognize picture but i need to know if
> is possible programming by threads at Tizen OS

if you mean as a 3rd party dev - html5 is you language and no threading there.
if it's native development (no official support except for platform makers -
oem's making devices), then its linux under the bonnet. the same kind that
powers ever linux distribution out there (it is NOT android. android is a
totally different beast that only shares the linux kernel in common with
tizen). on the low level you have pthreads. if it has a gui and uses efl you
can use these (and marshal results back to the mainloop), and ecore has a whole
boatload of infrastructure for this (ecore_thread) that begins to look a tad
like grand central dispatch with thread workers using a thread pool and
queueing tasks when the pool is full, marshalling finished worker results back
to the mainloop for you etc. elementary documentation has 6 different styles of
threading examples in it.

-- 
Carsten Haitzler (The Rasterman) <[email protected]>
_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to