OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slot_lock
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c
108
static pthread_mutex_t
slot_lock
;
variable
142
init_slot_lock(&
slot_lock
);
155
lock_slot(&
slot_lock
);
162
unlock_slot(&
slot_lock
);
332
lock_slot(&
slot_lock
);
343
unlock_slot(&
slot_lock
);
359
lock_slot(&
slot_lock
);
405
unlock_slot(&
slot_lock
);
555
lock_slot(&
slot_lock
);
566
unlock_slot(&
slot_lock
);
[
all
...]
btif_config.c
87
static pthread_mutex_t
slot_lock
;
variable
137
init_slot_lock(&
slot_lock
);
138
lock_slot(&
slot_lock
);
144
unlock_slot(&
slot_lock
);
180
lock_slot(&
slot_lock
);
182
unlock_slot(&
slot_lock
);
194
lock_slot(&
slot_lock
);
217
unlock_slot(&
slot_lock
);
228
lock_slot(&
slot_lock
);
232
unlock_slot(&
slot_lock
);
[
all
...]
Completed in 151 milliseconds