Home
last modified time | relevance | path

Searched defs:ThreadIdentifier (Results 1 – 14 of 14) sorted by relevance

/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DThreadingNone.cpp40 int waitForThreadCompletion(ThreadIdentifier, void**) { return 0; } in waitForThreadCompletion() argument
41 void detachThread(ThreadIdentifier) { } in detachThread() argument
H A DThreading.h106 typedef uint32_t ThreadIdentifier; typedef
H A DFastMalloc.cpp2114 typedef DWORD ThreadIdentifier; typedef in WTF::TCMalloc_ThreadCache
2116 typedef pthread_t ThreadIdentifier; typedef in WTF::TCMalloc_ThreadCache
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DThreadingNone.cpp40 int waitForThreadCompletion(ThreadIdentifier, void**) { return 0; } in waitForThreadCompletion() argument
41 void detachThread(ThreadIdentifier) { } in detachThread() argument
H A DMainThread.h37 typedef uint32_t ThreadIdentifier; typedef
H A DThreading.h81 typedef uint32_t ThreadIdentifier; typedef
H A DFastMalloc.cpp2235 typedef DWORD ThreadIdentifier; typedef in WTF::TCMalloc_ThreadCache
2237 typedef pthread_t ThreadIdentifier; typedef in WTF::TCMalloc_ThreadCache
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DThreadingNone.cpp40 int waitForThreadCompletion(ThreadIdentifier, void**) { return 0; } in waitForThreadCompletion() argument
41 void detachThread(ThreadIdentifier) { } in detachThread() argument
H A DThreading.h108 typedef uint32_t ThreadIdentifier; typedef
H A DFastMalloc.cpp2114 typedef DWORD ThreadIdentifier; typedef in WTF::TCMalloc_ThreadCache
2116 typedef pthread_t ThreadIdentifier; typedef in WTF::TCMalloc_ThreadCache
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DThreadingNone.cpp40 int waitForThreadCompletion(ThreadIdentifier, void**) { return 0; } in waitForThreadCompletion() argument
41 void detachThread(ThreadIdentifier) { } in detachThread() argument
H A DThreading.h106 typedef uint32_t ThreadIdentifier; typedef
H A DFastMalloc.cpp2114 typedef DWORD ThreadIdentifier; typedef in WTF::TCMalloc_ThreadCache
2116 typedef pthread_t ThreadIdentifier; typedef in WTF::TCMalloc_ThreadCache
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/port/
H A Dport_android.h142 inline uint64_t ThreadIdentifier() { in ThreadIdentifier() function