OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_running
(Results
1 - 3
of
3
) sorted by null
/system/bt/osi/test/
reactor_test.cpp
16
static volatile bool
thread_running
;
variable
21
thread_running
= true;
23
thread_running
= false;
68
EXPECT_TRUE(
thread_running
);
72
EXPECT_FALSE(
thread_running
);
/external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.h
53
uint8_t
thread_running
; /* Thread running if set to 1, else set to 0 */
member in struct:phNxpNciHal_Control
/external/libnfc-nci/halimpl/pn54x/self-test/
phNxpNciHal_SelfTest.c
46
static int
thread_running
= 0;
variable
1134
thread_running
= 1;
1136
while (
thread_running
== 1)
1146
if(
thread_running
== 0)
[
all
...]
Completed in 42 milliseconds