Searched refs:tid (Results 1 - 25 of 284) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dutmpx-osx.sh0 tid="utmpx mac os x"
H A Dlocalcommand.sh4 tid="localcommand"
10 verbose "test $tid: proto $p localcommand"
13 fail "$tid proto $p"
H A Dportnum.sh4 tid="port number parsing"
8 verbose "$tid: invalid port $port"
10 fail "$tid accepted invalid port $port"
15 verbose "$tid: valid port $port"
19 fail "$tid rejected valid port $port"
H A Dhost-expand.sh3 tid="expand %h and %n"
14 verbose "test $tid: proto $p"
16 diff $OBJ/expect $OBJ/actual || fail "$tid proto $p"
H A Dconnect.sh4 tid="simple connect"
H A Dsftp-cmds.sh8 tid="sftp commands"
32 verbose "$tid: lls"
36 verbose "$tid: lls w/path"
40 verbose "$tid: ls"
45 verbose "$tid: shell"
50 verbose "$tid: pwd"
55 verbose "$tid: lpwd"
60 verbose "$tid: quit"
65 verbose "$tid: help"
71 verbose "$tid
[all...]
H A Dyes-head.sh4 tid="yes pipe head"
H A Denvpass.sh4 tid="environment passing"
16 verbose "test $tid: pass env, don't accept"
27 verbose "test $tid: don't pass env, accept"
38 verbose "test $tid: pass single env, accept single env"
49 verbose "test $tid: pass multiple env, accept multiple env"
H A Dtry-ciphers.sh4 tid="try ciphers"
26 verbose "test $tid: proto 2 cipher $c mac $m"
42 verbose "test $tid: proto 1 cipher $c"
/macosx-10.9.5/dtrace-118.1/test/tst/common/builtinvar/
H A Dtst.tid1.d32 * To print tid and make sure it succeeds.
41 printf("Thread id = %d \n", tid);
H A Dtst.tid.d27 #pragma ident "@(#)tst.tid.d 1.1 06/08/28 SMI"
31 * To print tid from profile
44 printf("Thread id = %d \n", tid);
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D40-threads.t42 my $tid = threads->tid();
45 wizard data => sub { $_[1] + $tid },
52 "op object in thread $tid is correct";
54 is $op, 'sassign', "op name in thread $tid is correct";
61 is($@, '', "wizard in thread $tid doesn't croak");
62 isnt($wiz, undef, "wizard in thread $tid is defined");
63 is($c, 0, "wizard in thread $tid doesn't trigger magic");
66 is($@, '', "cast in thread $tid doesn't croak");
67 is($c, 0, "cast in thread $tid does
[all...]
H A D41-clone.t45 wizard data => sub { $_[1] + threads->tid() },
49 my $tid = threads->tid();
53 "op object in thread $tid is correct";
55 is $op, 'sassign', "op name in thread $tid is correct";
71 my $tid = threads->tid();
74 is($@, '', "cast in thread $tid doesn't croak");
77 is($@, '', "get in thread $tid doesn't croak");
78 is($b, 3, "get in thread $tid return
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/arch/
H A Dbigpic2.cs22 DB_TXN *tid;
28 if ((ret = dbenv-__GT__txn_begin(dbenv, NULL, &tid, 0)) != 0) {
34 switch (ret = dbp-__GT__put(dbp, tid, &key, &data, 0)) {
38 if ((ret = tid-__GT__commit(tid, 0)) != 0) {
46 if ((t_ret = tid-__GT__abort(tid)) != 0) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dthreads.c42 ldap_pvt_thread_t tid; local
57 tid = ldap_pvt_thread_self();
58 ldap_pvt_thread_rmutex_lock( &rm, tid );
59 ldap_pvt_thread_rmutex_trylock( &rm, tid );
60 ldap_pvt_thread_rmutex_unlock( &rm, tid );
61 ldap_pvt_thread_rmutex_unlock( &rm, tid );
/macosx-10.9.5/CPANInternal-140/Net-Daemon/
H A Dregexp-threads67 print "Creating thread $i, TID = ", Thread->self->tid(), "\n";
68 my $tid = Thread->new(\&Run, $i);
69 die "Failed to create thread: $!" unless $tid;
70 push(@childs, $tid);
73 foreach my $tid (@childs) {
74 $tid->join();
/macosx-10.9.5/dtrace-118.1/test/tst/common/misc/
H A Dtst.roch.d50 (long long)curthread, pid, tid,
60 (long long) curthread, pid, tid,
68 (long long)curthread, pid, tid);
74 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
80 (long long)curthread, pid, tid, arg0);
86 (long long) curthread, pid, tid, arg0);
H A Dtst.haslam.d50 @sys[tid] = sum(tid);
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_failchk.c29 db_threadid_t tid; local
55 if (dbenv->is_alive(dbenv, td->pid, td->tid, 0))
61 td->pid, td->tid));
74 td->pid, td->tid));
86 tid = td->tid;
87 (void)dbenv->thread_id_string(dbenv, pid, tid, buf);
92 "Transaction abort failed", pid, tid));
/macosx-10.9.5/dtrace-118.1/test/tst/common/docsExamples/
H A Drtime.d49 tid, timestamp - self->t);
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/
H A Dregexp-threads77 print "Creating thread $i, TID = ", Thread->self->tid(), "\n";
78 my $tid = Thread->new(\&Run, $i);
79 die "Failed to create thread: $!" unless $tid;
80 push(@childs, $tid);
83 foreach my $tid (@childs) {
84 $tid->join();
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtxn001.tcl50 set tid [$txn id]
51 error_check_good tid_check [lsearch $tid_list $tid] -1
53 lappend tid_list $tid
73 set tid [$txn id]
74 error_check_good tid_check [lsearch $tid_list $tid] -1
76 lappend tid_list $tid
96 set tid [$txn id]
97 error_check_good tid_check [lsearch $tid_list $tid] -1
99 lappend tid_list $tid
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Ddn2entry.c33 DB_TXN *tid,
47 rc = bdb_cache_find_ndn( op, tid, dn, &ei );
55 rc2 = bdb_cache_find_id( op, tid, ei->bei_id,
67 rc = bdb_cache_find_id( op, tid, ei->bei_id, &ei, ID_LOCKED,
75 rc2 = bdb_cache_find_id( op, tid, ei->bei_id, &ei, 0,
31 bdb_dn2entry( Operation *op, DB_TXN *tid, struct berval *dn, EntryInfo **e, int matched, DB_LOCK *lock ) argument
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dmultithread.c68 pthread_t tid[NUMT]; local
76 error = pthread_create(&tid[i],
88 error = pthread_join(tid[i], NULL);
/macosx-10.9.5/dtrace-118.1/test/tst/common/proc/
H A Dtst.sigwait.c42 timer_t tid; local
48 if (timer_create(CLOCK_REALTIME, &ev, &tid) == -1) {
63 if (timer_settime(tid, TIMER_RELTIME, &ts, NULL) == -1) {

Completed in 219 milliseconds

1234567891011>>