History log of /hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4cf92c125f7be6ee16c2c12960db73c87b8ed455 03-May-2017 Lang Dai <langx.dai@intel.com> init thread id for Klocwork error

BZ: IMINAN-51481

Fixes: 38135184
Test: Netflix, play movies, youtube

Change-Id: I15c497aba636159c67909b6f81083e8dcadc87e4
Signed-off-by: Austin Hu <austin.hu@intel.com>
(cherry picked from commit 86df600763e90207c90b4c4e9a823ad044cc41bd)
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
f736a6653037f3d41c3fefe80e17c0212e28db2c 29-May-2010 Tao Tao <tao.q.tao@intel.com> Merge of 0427 GAID fixes

Change-Id: Ia33c9e1c3e21e9f68c867a1b5f8616c0afcd056e
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
2f6e87e64736666857c1bbe2cb0692c1f4e56508 26-Feb-2010 Ho-Eun Ryu <ho-eun.ryu@windriver.com> copyright: apply Apache License, Version 2.0
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
ffb5cf6535c4e638cedd0117b5fc85195eb95e6b 30-Dec-2009 Ho-Eun Ryu <ho-eun.ryu@windriver.com> utils:thread: create threads with DETACHED attribute
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
d3ca9b0c0fa0f09f3bf45dbf237ee67f685a3b94 29-Oct-2009 Ho-Eun Ryu <ho-eun.ryu@windriver.com> utils:thread: make it thread-safe, Start()/Join() protected by lock
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
30bd6062e4b295f5f7bcaeb98165065310d29269 28-Oct-2009 Ho-Eun Ryu <ho-eun.ryu@windriver.com> misc: add windriver standard copyright
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
e4197969e018f1f455d8a99ebabd51994b150506 16-Oct-2009 Ho-Eun Ryu <ho-eun.ryu@windriver.com> misc: add copyright and author
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
c27c32fcf90773a9468cd827d9e118630dd51e87 25-Sep-2009 Ho-Eun Ryu <ho-eun.ryu@windriver.com> utils:thread: fix bug, pthread create/join

this patch prevent Start() from creating new thread without Join() and
join() from joining a thread not created yet.
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
ba4014339471126ca90af5a5ec7a1ee10ad6c15b 25-Sep-2009 Ho-Eun Ryu <ho-eun.ryu@windriver.com> utils:thread: fix bug with thread id handling
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp
496cc45c1fbfb86e236b3943fc198553fec983b5 25-Sep-2009 Ho-Eun Ryu <ho-eun.ryu@windriver.com> utils:thread,workqueue: add thread and workqueue class
/hardware/intel/common/wrs_omxil_core/utils/src/thread.cpp