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

/haiku/src/libs/compat/freebsd_network/
H A Dcallout.cpp32 static thread_id sThread; variable
135 sThread = spawn_kernel_thread(callout_thread, "fbsd callout",
137 if (sThread < 0) {
138 status = sThread;
142 return resume_thread(sThread);
157 wait_for_thread(sThread, NULL);

Completed in 78 milliseconds