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

/haiku/src/tests/system/kernel/unit/
H A DTestThread.h27 thread_id Spawn(const char* name, int32 priority) function in class:TestThread
62 return thread->Spawn(name, priority);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp187 class Spawn : public AbstractTraceEntry { class in namespace:TCPTracing
189 Spawn(TCPEndpoint* listeningEndpoint, TCPEndpoint* spawnedEndpoint) function in class:TCPTracing::Spawn
1474 TRACE("Spawn()");
1483 T(Spawn(parent, this));

Completed in 91 milliseconds