OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadStart
(Results
1 - 6
of
6
) sorted by null
/system/core/libsysutils/include/sysutils/
SocketListener.h
55
static void *
threadStart
(void *obj);
/system/core/logd/
LogTimes.h
44
static void*
threadStart
(void* me);
LogTimes.cpp
62
if (!pthread_create(&mThread, &attr, LogTimeEntry::
threadStart
,
116
void* LogTimeEntry::
threadStart
(void* obj) {
/system/core/libsysutils/src/
SocketListener.cpp
105
if (pthread_create(&mThread, NULL, SocketListener::
threadStart
, this)) {
146
void *SocketListener::
threadStart
(void *obj) {
/system/libhwbinder/vts/performance/
Latency.cpp
111
static void*
threadStart
(void* p) {
143
REQUIRE(!pthread_create(&thread, &attr,
threadStart
, &thread_arg));
/external/guice/extensions/struts2/lib/
jsp-2.1.jar
Completed in 92 milliseconds