OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cthread
(Results
1 - 16
of
16
) sorted by null
/external/lzma/CPP/Windows/
Thread.h
12
class
CThread
14
::
CThread
thread;
16
CThread
() { Thread_Construct(&thread); }
17
~
CThread
() { Close(); }
/external/lzma/CPP/7zip/Common/
VirtThread.h
13
NWindows::
CThread
Thread;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.cpp
33
#include "
CThread
.h"
39
CThread
::
CThread
(void) :
47
CThread
::~
CThread
(
56
void
CThread
::terminate(
65
bool
CThread
::isExiting(
74
void
CThread
::setExiting(
83
void
CThread
::exit(
93
bool
CThread
::shouldTerminate
[
all
...]
CThread.h
43
class
CThread
48
CThread
(void);
50
virtual ~
CThread
(void);
/external/valgrind/main/drd/tests/
pth_broadcast.c
58
struct
cthread
struct
65
void cthread_ctr(struct
cthread
* p)
71
void cthread_dtr(struct
cthread
* p)
86
static void thread_func(struct
cthread
* thread_info)
144
struct
cthread
* p;
145
struct
cthread
* thread_vec;
148
thread_vec = malloc(sizeof(struct
cthread
) * thread_count);
/external/lzma/C/
Threads.h
16
typedef HANDLE
CThread
;
25
WRes Thread_Create(
CThread
*p, THREAD_FUNC_TYPE func, LPVOID param);
LzFindMt.h
29
CThread
thread;
MtCoder.h
13
CThread
thread;
Threads.c
30
WRes Thread_Create(
CThread
*p, THREAD_FUNC_TYPE func, LPVOID param)
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DeviceIrqHandler.h
37
#include "
CThread
.h"
40
class DeviceIrqHandler: public
CThread
DeviceScheduler.h
37
#include "
CThread
.h"
40
class DeviceScheduler: public
CThread
/external/chromium_org/third_party/libjingle/source/talk/base/
thread_unittest.cc
257
CustomThread*
cthread
= new CustomThread();
local
258
EXPECT_TRUE(
cthread
->WrapCurrent());
259
EXPECT_TRUE(
cthread
->started());
260
EXPECT_FALSE(
cthread
->IsOwned());
261
cthread
->UnwrapCurrent();
262
EXPECT_FALSE(
cthread
->started());
263
delete
cthread
;
/external/chromium_org/tools/valgrind/tsan/
ignores_mac.txt
32
# This function cleans up the
cthread
data structures created in the parent,
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
Server.h
46
#include "
CThread
.h"
54
class Server: public
CThread
/hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk
58
Common/
CThread
.cpp
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
467
NWindows::
CThread
thread[2];
886
NWindows::
CThread
Thread;
Completed in 644 milliseconds