OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadFunction
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/src/Common/
Thread.cpp
19
Thread::Thread(void (*
threadFunction
)(void *parameters), void *parameters)
22
Entry entry = {
threadFunction
, parameters, &init};
58
entry.
threadFunction
(entry.threadParameters);
66
entry.
threadFunction
(entry.threadParameters);
Thread.hpp
38
Thread(void (*
threadFunction
)(void *parameters), void *parameters);
61
void (*const
threadFunction
)(void *parameters);
/external/swiftshader/src/Main/
FrameBuffer.hpp
74
static void
threadFunction
(void *parameters);
FrameBuffer.cpp
81
blitThread = new Thread(
threadFunction
, ¶meters);
660
void FrameBuffer::
threadFunction
(void *parameters)
/external/swiftshader/src/Renderer/
Renderer.hpp
397
static void
threadFunction
(void *parameters);
Renderer.cpp
672
void Renderer::
threadFunction
(void *parameters)
[
all
...]
Completed in 613 milliseconds