Lines Matching refs:LogThreaded
548 err.LogThreaded("::ptrace (PT_DETACH, %u, (caddr_t)1, 0)", pid); in Detach()
1818 err.LogThreaded("::posix_spawnattr_init ( &attr )"); in PosixSpawnChildForPTraceDebugging()
1835 …err.LogThreaded("::posix_spawnattr_setflags ( &attr, POSIX_SPAWN_START_SUSPENDED%s )", flags & _PO… in PosixSpawnChildForPTraceDebugging()
1854 …err.LogThreaded("::posix_spawnattr_setbinpref_np ( &attr, 1, cpu_type = 0x%8.8x, count => %llu )",… in PosixSpawnChildForPTraceDebugging()
1867 err.LogThreaded("::posix_spawn_file_actions_init ( &file_actions )"); in PosixSpawnChildForPTraceDebugging()
1896 …err.LogThreaded ("::posix_spawn_file_actions_addopen (&file_actions, filedes=STDIN_FILENO, path='%… in PosixSpawnChildForPTraceDebugging()
1905 …err.LogThreaded ("::posix_spawn_file_actions_addopen (&file_actions, filedes=STDOUT_FILENO, path='… in PosixSpawnChildForPTraceDebugging()
1914 …err.LogThreaded ("::posix_spawn_file_actions_addopen (&file_actions, filedes=STDERR_FILENO, path='… in PosixSpawnChildForPTraceDebugging()
1923 …err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = %p, attr = %p, argv = %p,… in PosixSpawnChildForPTraceDebugging()
1934 …err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = %p, attr = %p, argv = %p,… in PosixSpawnChildForPTraceDebugging()
1965 err2.LogThreaded("::posix_spawn_file_actions_destroy ( &file_actions )"); in PosixSpawnChildForPTraceDebugging()