Changeset 44c3ffb in rtems

Timestamp:
12/17/13 22:59:38 (10 years ago)
Author:
Till Strauman <strauman@…>
Branches:
4.9
Children:
b6519e4b
Parents:
765ae93b
git-author:
Till Strauman <strauman@…> (12/17/13 22:59:38)
git-committer:
Gedare Bloom <gedare@…> (04/11/14 19:44:15)
Message:

posix: fix race condition between pthread_create and capture engine

Fix PR 2068:
Reproducable crashes occur when using pthreads and the capture engine
at the same time. 'pthread_create()' is the culprit. It creates a SCORE thread
and then calls Thread_Start( ) without disabling thread-dispatching.

(No files)

Note: See TracChangeset for help on using the changeset viewer.