Searched refs:sConnectionThread (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_lower.cpp111 static thread_id sConnectionThread; variable
251 sConnectionThread = spawn_kernel_thread(connection_thread,
254 if (sConnectionThread >= B_OK)
255 return resume_thread(sConnectionThread);
271 wait_for_thread(sConnectionThread, &status);

Completed in 29 milliseconds