Searched defs:thread (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dfakethr.h18 struct perl_thread * thread; member in struct:perl_wait_queue
23 /* Ask thread.h to include our per-thread extras */
29 I32 savemark; /* Holds MARK for thread join values */
/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthread.c85 * pthread_create: creates a thread in the current process.
90 pthread_create(pthread_t *thread, const pthread_attr_t *attr, argument
122 * policy and parameters on the new thread.
128 * actually creating the thread. To recover,
129 * mark the thread detached and cancel it.
141 } else if (thread) {
142 *thread = tid;
182 * pthread_equal: equates two thread ids.
191 * pthread_getschedparam: get the thread's sched parameters.
242 * pthread_setschedparam: sets the sched parameters for a thread
[all...]

Completed in 46 milliseconds