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

/haiku-fatelf/src/system/kernel/
H A Dsyscalls.cpp565 fPendingThreads[fPendingThreadCount++] = thread;
576 memmove(fPendingThreads + index, fPendingThreads + index + 1,
592 if (fPendingThreads[i] == thread)
599 thread_id fPendingThreads[MAX_PENDING_THREADS]; member in class:SyscallWrapperTraceFilter

Completed in 38 milliseconds