OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_post
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/osi/include/
thread.h
42
bool
thread_post
(thread_t *thread, thread_fn func, void *context);
/external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c
222
thread_post
(hc_cb.worker_thread, event_rx, NULL);
233
thread_post
(hc_cb.worker_thread, event_tx, NULL);
243
thread_post
(hc_cb.worker_thread, event_lpm_idle_timeout, NULL);
395
thread_post
(hc_cb.worker_thread, event_lpm_disable, NULL);
399
thread_post
(hc_cb.worker_thread, event_lpm_enable, NULL);
403
thread_post
(hc_cb.worker_thread, event_lpm_wake_device, NULL);
407
thread_post
(hc_cb.worker_thread, event_lpm_allow_sleep, NULL);
417
thread_post
(hc_cb.worker_thread, event_preload, NULL);
423
thread_post
(hc_cb.worker_thread, event_postload, NULL);
451
thread_post
(hc_cb.worker_thread, event_tx_cmd, transac)
[
all
...]
/external/bluetooth/bluedroid/osi/src/
thread.c
109
bool
thread_post
(thread_t *thread, thread_fn func, void *context) {
function
Completed in 89 milliseconds