Home
last modified time | relevance | path

Searched refs:target_thread (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/android/
H A Dbinder.c1419 static void binder_pop_transaction_ilocked(struct binder_thread *target_thread, in binder_pop_transaction_ilocked() argument
1422 BUG_ON(!target_thread); in binder_pop_transaction_ilocked()
1423 assert_spin_locked(&target_thread->proc->inner_lock); in binder_pop_transaction_ilocked()
1424 BUG_ON(target_thread->transaction_stack != t); in binder_pop_transaction_ilocked()
1425 BUG_ON(target_thread->transaction_stack->from != target_thread); in binder_pop_transaction_ilocked()
1426 target_thread->transaction_stack = in binder_pop_transaction_ilocked()
1427 target_thread->transaction_stack->from_parent; in binder_pop_transaction_ilocked()
1607 struct binder_thread *target_thread; in binder_send_failed_reply() local
1612 target_thread = binder_get_txn_from_and_acq_inner(t); in binder_send_failed_reply()
1613 if (target_thread) { in binder_send_failed_reply()
[all …]
/openbmc/qemu/tests/qtest/
H A Dremote-i3c-test.c458 GThread *target_thread; in test_remote_i3c_tx() local
474 target_thread = g_thread_new("remote-target", remote_target_thread, data); in test_remote_i3c_tx()
476 g_thread_join(target_thread); in test_remote_i3c_tx()