OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__io_canceled
(Results
1 - 12
of
12
) sorted by null
/external/bluetooth/bluez/compat/
lib.h
34
extern volatile sig_atomic_t
__io_canceled
;
38
__io_canceled
= 0;
43
__io_canceled
= 1;
51
while (!
__io_canceled
&& len > 0) {
72
while (!
__io_canceled
&& len > 0) {
fakehid.c
52
static volatile sig_atomic_t
__io_canceled
= 0;
variable
60
__io_canceled
= 1;
332
while (!
__io_canceled
) {
433
while (!
__io_canceled
) {
648
while (!
__io_canceled
) {
hidd.c
65
static volatile sig_atomic_t
__io_canceled
= 0;
variable
73
__io_canceled
= 1;
368
while (!
__io_canceled
) {
dund.c
51
volatile sig_atomic_t
__io_canceled
;
variable
/external/bluetooth/bluez/tools/
ppporc.c
44
static volatile sig_atomic_t
__io_canceled
;
variable
48
__io_canceled
= 0;
53
__io_canceled
= 1;
73
while (!
__io_canceled
&& len > 0) {
94
while (!
__io_canceled
&& len > 0) {
156
while (!
__io_canceled
) {
ciptool.c
52
static volatile sig_atomic_t
__io_canceled
= 0;
variable
61
__io_canceled
= 1;
394
while (!
__io_canceled
) {
rfcomm.c
76
static volatile sig_atomic_t
__io_canceled
= 0;
variable
85
__io_canceled
= 1;
305
if (ppoll(p, 1, &ts, sigs) ||
__io_canceled
) {
461
while (!
__io_canceled
) {
621
while (!
__io_canceled
) {
649
while (!
__io_canceled
) {
hciattach.c
74
static volatile sig_atomic_t
__io_canceled
= 0;
variable
82
__io_canceled
= 1;
1433
while (!
__io_canceled
) {
/external/bluetooth/hcidump/src/
bpasniff.c
47
static volatile sig_atomic_t
__io_canceled
= 0;
variable
55
__io_canceled
= 1;
310
while (!
__io_canceled
) {
327
__io_canceled
= 1;
csrsniff.c
41
static volatile sig_atomic_t
__io_canceled
= 0;
variable
49
__io_canceled
= 1;
/external/bluetooth/bluez/test/
agent.c
42
static volatile sig_atomic_t
__io_canceled
= 0;
variable
47
__io_canceled
= 1;
286
if (!
__io_canceled
)
684
while (!
__io_canceled
&& !__io_terminated) {
hciemu.c
117
static volatile sig_atomic_t
__io_canceled
;
variable
121
__io_canceled
= 0;
126
__io_canceled
= 1;
143
while (!
__io_canceled
&& len > 0) {
161
while (!
__io_canceled
&& len > 0) {
1126
while (!
__io_canceled
) {
Completed in 149 milliseconds