OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreRun
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
thread.h
188
static void *
PreRun
(void *pv);
thread.cc
239
thread_ = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)
PreRun
, init, flags,
285
int error_code = pthread_create(&thread_, &attr,
PreRun
, init);
337
void* Thread::
PreRun
(void* pv) {
/external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc
241
thread_ = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)
PreRun
, init, flags,
282
int error_code = pthread_create(&thread_, &attr,
PreRun
, init);
335
void* Thread::
PreRun
(void* pv) {
thread.h
122
// vtable, and the Thread::
PreRun
calling the virtual method Run().
253
static void *
PreRun
(void *pv);
Completed in 403 milliseconds