Lines Matching defs:thread
36 #include <lib/zx/thread.h>
297 // takes down the whole process, preventing the thread exception handler from
313 // For signaling the thread ended properly.
315 // For registering thread termination.
317 // Location where the thread is expected to crash.
328 status = zx::thread::self()->bind_exception_port(*data->port,
339 // We should never reach this point, signal the thread incorrectly ended
345 // Runs the CrashThread function in a separate thread.
356 // Register the thread ended event on the port.
361 // Run the thread.
364 pthread_t thread;
365 int ret = pthread_create(&thread, nullptr, CrashThread, &thread_data);
372 // Check the thread did crash and not terminate.
376 zx::thread zircon_thread;