Searched refs:thread (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_thread.d3 * j_thread.d - snoop Java thread execution using DTrace.
20 * => thread start
21 * <= thread end
50 hotspot*:::thread-start
52 this->thread = (char *)copyin(arg0, arg1 + 1);
53 this->thread[arg1] = '\0';
55 stringof(this->thread));
58 hotspot*:::thread-stop
60 this->thread = (char *)copyin(arg0, arg1 + 1);
61 this->thread[arg
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_thread.d3 * j_thread.d - snoop Java thread execution using DTrace.
20 * => thread start
21 * <= thread end
50 hotspot*:::thread-start
52 this->thread = (char *)copyin(arg0, arg1 + 1);
53 this->thread[arg1] = '\0';
55 stringof(this->thread));
58 hotspot*:::thread-stop
60 this->thread = (char *)copyin(arg0, arg1 + 1);
61 this->thread[arg
[all...]
/osnet-11/usr/src/lib/libthread/common/
H A Dllib-lthread31 #include <thread.h>
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dctermid_r.c36 #include <thread.h>
H A Dfeof.c37 #include <thread.h>
H A Dferror.c37 #include <thread.h>
H A Dfgetc.c37 #include <thread.h>
H A Dfileno.c39 #include <thread.h>
H A Dfputc.c37 #include <thread.h>
H A Dclearerr.c36 #include <thread.h>
H A Dctermid.c38 #include <thread.h>
H A Dgetchar.c41 #include <thread.h>
H A Dputchar.c39 #include <thread.h>
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetdate_err.c34 #include <thread.h>
H A Dpfmt_data.c36 #include <thread.h>
H A Draise.c36 #include <thread.h>
H A Dsetlabel.c37 #include <thread.h>
H A Dvpfmt.c45 #include <thread.h>
H A Dsh_locks.c31 #include <thread.h>
H A Dvlfmt.c43 #include <thread.h>
/osnet-11/usr/src/lib/libldap4/ber/
H A Di18n.c13 #include <thread.h>
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_lockmap.c43 #include <thread.h>
/osnet-11/usr/src/lib/libnsl/include/
H A Dmt.h47 #include <thread.h>
/osnet-11/usr/src/lib/libnsl/nsl/
H A D_errlst.c34 #include <thread.h>
/osnet-11/usr/src/lib/libc/port/fp/
H A Dieee_globals.c44 #include <thread.h>
52 * Per-thread instances (thread-specific data) of the above globals.

Completed in 1766 milliseconds

1234567891011>>