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

/haiku/src/system/kernel/
H A Dsyscalls.cpp437 class PostSyscall : public AbstractTraceEntry { class in namespace:SyscallTracing
439 PostSyscall(uint32 syscall, uint64 returnValue) function in class:SyscallTracing::PostSyscall
492 new(std::nothrow) SyscallTracing::PostSyscall(syscallNumber,
528 } else if (const PostSyscall* entry
529 = dynamic_cast<const PostSyscall*>(_entry)) {

Completed in 28 milliseconds