HomeSort by relevance Sort by last modified time
    Searched refs:thread (Results 1 - 25 of 786) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
iscsi_thread.c 31 * iscsi_thread_create - Creates the needed resources to handle a thread
37 iscsi_thread_t *thread; local
39 thread = kmem_zalloc(sizeof (iscsi_thread_t), KM_SLEEP);
41 if (thread != NULL) {
43 thread->tq = ddi_taskq_create(dip, name, 1,
46 if (thread->tq != NULL) {
47 thread->signature = SIG_ISCSI_THREAD;
48 thread->dip = dip;
49 thread->entry_point = entry_point;
50 thread->arg = arg
362 iscsi_thread_t *thread; local
    [all...]
iscsi_thread.h 85 iscsi_thread_t *thread
90 iscsi_thread_t *thread
95 iscsi_thread_t *thread
100 iscsi_thread_t *thread
105 iscsi_thread_t *thread
110 iscsi_thread_t *thread,
116 iscsi_thread_t *thread
  /onnv/onnv-gate/usr/src/lib/libthread/common/
llib-lthread 31 #include <thread.h>
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
lintsup.c 37 #include <thread.h>
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
SwingWorker.java 34 * GUI-related work in a dedicated thread.
40 private Thread thread; field in class:SwingWorker
48 * Called on the event dispatching thread (not on the worker thread)
55 * A new method that interrupts the worker thread. Call this method
59 Thread t = thread;
63 thread = null;
71 Thread t
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
ctermid_r.c 36 #include <thread.h>
feof.c 37 #include <thread.h>
ferror.c 37 #include <thread.h>
fgetc.c 37 #include <thread.h>
fileno.c 39 #include <thread.h>
fputc.c 37 #include <thread.h>
clearerr.c 36 #include <thread.h>
ctermid.c 38 #include <thread.h>
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/sys/
lx_thread.h 36 #include <thread.h>
45 extern thread_key_t lx_tsd_key; /* thread-specific Linux %gs value */
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
getdate_err.c 34 #include <thread.h>
pfmt_data.c 36 #include <thread.h>
raise.c 36 #include <thread.h>
setlabel.c 37 #include <thread.h>
vpfmt.c 45 #include <thread.h>
  /onnv/onnv-gate/usr/src/uts/common/syscall/
lwp_self.c 33 #include <sys/thread.h>
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_util.c 46 smb_thread_continue_timedwait_locked(smb_thread_t *thread, int ticks);
864 * state of teh thread is set to "running" at the beginning and moved to
870 smb_thread_t *thread)
872 ASSERT(thread->sth_magic == SMB_THREAD_MAGIC);
873 mutex_enter(&thread->sth_mtx);
874 ASSERT(thread->sth_state == SMB_THREAD_STATE_STARTING);
875 thread->sth_th = curthread;
876 thread->sth_did = thread->sth_th->t_did;
878 if (!thread->sth_kill)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
ctxop.c 30 #include <sys/thread.h>
36 kthread_t thread, *tp = &thread; local
39 mdb_warn("must specify thread for ctxop walk\n");
43 mdb_warn("failed to read thread at %p", wsp->walk_addr);
  /onnv/onnv-gate/usr/src/cmd/filebench/workloads/
randomrw.f 45 thread name=rand-r-thread,memsize=5m,instances=$nthreads
50 thread name=rand-w-thread,memsize=5m,instances=$nthreads
  /onnv/onnv-gate/usr/src/uts/sun4/ml/
swtch.s 33 #include <sys/thread.h>
48 * a thread can only run on one processor at a time. there
49 * exists a window on MPs where the current thread on one
52 * when they are the same thread. in this case where the threads
54 * thread until resume() on the other processor has finished with
55 * the outgoing thread.
57 * The MMU context changes when the resuming thread resides in a different
59 * The MMU context, therefore, only changes when resuming a thread in
62 * resume_from_intr() is called when the thread being resumed was not
67 * resume_from_zombie() is the same as resume except the calling thread
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/kmdb/kctl/
kctl_asm.s 30 #include <sys/thread.h>

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011>>