OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadFunction
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
Threading.h
82
typedef void* (*
ThreadFunction
)(void* argument);
91
ThreadIdentifier createThread(
ThreadFunction
, void*, const char* threadName);
94
ThreadIdentifier createThreadInternal(
ThreadFunction
, void*, const char* threadName);
ThreadFunctionInvocation.h
34
typedef void* (*
ThreadFunction
)(void* argument);
37
ThreadFunctionInvocation(
ThreadFunction
function, void* data)
43
ThreadFunction
function;
/external/valgrind/main/helgrind/tests/
pth_destroy_cond.c
13
void *
ThreadFunction
(void *ptr)
29
pthread_create(&thread, NULL,
ThreadFunction
, (void*) NULL);
Completed in 1426 milliseconds