Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2010-03-02 Jeremy Orlow <jorlow@chromium.org>
Reviewed by David Levin. Revert database thread changes that are no longer required https://bugs.webkit.org/show_bug.cgi?id=35519 Jochen Eisinger created 55214 and 55247 to track which database owns which thread. Dmitry suggested that this could also be done via TLS, though. After exploring the options, Jochen chose to go the TLS route, so these patches are no longer needed. * wtf/Threading.h: * wtf/ThreadingNone.cpp: (WTF::isMainThread): * wtf/ThreadingPthreads.cpp: (WTF::identifierByPthreadHandle): (WTF::establishIdentifierForPthreadHandle): (WTF::pthreadHandleForIdentifier): (WTF::createThreadInternal): (WTF::currentThread): * wtf/ThreadingWin.cpp: (WTF::threadMap): (WTF::storeThreadHandleByIdentifier): (WTF::threadHandleForIdentifier): (WTF::createThreadInternal): 2010-03-02 Jeremy Orlow <jorlow@chromium.org> Reviewed by David Levin. Revert database thread changes that are no longer required https://bugs.webkit.org/show_bug.cgi?id=35519 Jochen Eisinger created 55214 and 55247 to track which database owns which thread. Dmitry suggested that this could also be done via TLS, though. After exploring the options, Jochen chose to go the TLS route, so these patches are no longer needed. * storage/DatabaseThread.cpp: (WebCore::DatabaseThread::DatabaseThread): (WebCore::DatabaseThread::databaseThread): * storage/DatabaseThread.h: (WebCore::DatabaseThread::getThreadID): Canonical link: https://commits.webkit.org/46730@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@55429 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
8 changed files
with
59 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters