Searched refs:ba_thread_group (Results 1 – 2 of 2) sorted by relevance
143 struct thread_group * ba_thread_group; /* thread group to be adopted */ member
1080 new_bank_account->ba_thread_group = thread_group; in bank_account_alloc_init()1127 assert(new_bank_account->ba_thread_group != NULL); in bank_account_alloc_init()1128 thread_group_retain(new_bank_account->ba_thread_group); in bank_account_alloc_init()1291 assert(bank_account->ba_thread_group != NULL); in bank_account_dealloc_with_sync()1292 thread_group_release(bank_account->ba_thread_group); in bank_account_dealloc_with_sync()1836 banktg = bank_account->ba_thread_group; in bank_get_bank_account_thread_group()