OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_stop
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/include/
thread.h
45
// Waits for |
thread_stop
|. Upon returning, the only other operations a caller
58
// after calling |
thread_stop
|. This function is guaranteed to not block.
60
void
thread_stop
(thread_t *thread);
/system/bt/osi/src/
thread.c
113
thread_stop
(thread);
148
void
thread_stop
(thread_t *thread) {
function
/system/bt/btif/src/
btif_sock.c
109
thread_stop
(thread);
/system/bt/hci/src/
hci_layer.c
293
thread_stop
(thread);
466
thread_stop
(thread);
471
thread_stop
(thread);
Completed in 849 milliseconds