Lines Matching defs:thread
27 # include <sys/thread.h>
369 Return the clk_id of a thread's CPU time clock.");
1406 HANDLE thread;
1412 thread = GetCurrentThread();
1413 ok = GetThreadTimes(thread, &creation_time, &exit_time,
2208 // A value of zero causes the thread to relinquish the remainder of its
2209 // time slice to any other thread that is ready to run. If there are no
2211 // the thread continues execution.
2240 // Only the main thread can be interrupted by SIGINT.
2241 // Signal handlers are only executed in the main thread.