/osnet-11/usr/src/lib/libmtmalloc/tests/ |
H A D | general.c | 48 thread_t tid[512]; /* We'll never have more than that! hah */ local 54 thr_create(NULL, 1<<23, be_thread, NULL, THR_BOUND, &tid[i--]);
|
H A D | exhaust.c | 50 thread_t tid[512]; local 75 &tid[ncpus]);
|
/osnet-11/usr/src/lib/abi/apptrace/common/ |
H A D | interceptlib.c | 63 thread_t tid; local 66 tid = (*abi_thr_self)(); 68 if (tid == locktid) { 73 locktid = tid; 82 thread_t tid; local 87 tid = (*abi_thr_self)(); 88 assert(tid == locktid);
|
/osnet-11/usr/src/lib/libnisdb/yptol/ |
H A D | update.c | 208 thread_t tid; local 299 flags, &tid)) { 312 thr_join(tid, NULL, NULL);
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | pids.c | 23 #define FORMAT "PID=%(pid)d PPID=%(ppid)d PGID=%(pgid)d TID=%(tid)d SID=%(sid)d" 42 "[+tid|tty?The controlling terminal id.]" 63 long tid; local 71 else if (streq(s, "tid") || streq(s, "tty")) 74 if ((tid = tcgetpgrp(fd)) >= 0) 76 *pn = tid;
|
/osnet-11/usr/src/cmd/sendmail/libmilter/ |
H A D | signal.c | 166 sthread_t tid; local 182 r = thread_create(&tid, mi_signal_thread, (void *)name);
|
H A D | monitor.c | 83 sthread_t tid; local 89 tid = (sthread_t) sthread_get_id(); 90 if (pthread_detach(tid) != 0) 107 "WARNING: monitor timeout triggered, now=%ld, end=%ld, tid=%ld, state=0x%x",\ 154 sthread_t tid; local 166 r = thread_create(&tid, mi_monitor_thread, (void *)NULL);
|
H A D | worker.c | 135 sthread_t tid; \ 137 if ((r = thread_create(&tid, mi_worker, ctx)) != 0) \ 269 sthread_t tid; local 297 if ((r = thread_create(&tid, mi_pool_controller, (void *) NULL)) != 0) 303 Tskmgr.tm_tid = tid; 309 if ((r = thread_create(&tid, mi_worker, (void *) NULL)) != 0)
|
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | audit_rexecd.c | 141 au_tid_addr_t tid; local 185 tid.at_port = aug_get_port(); 186 tid.at_addr[0] = addr[0]; 187 tid.at_addr[1] = addr[1]; 188 tid.at_addr[2] = addr[2]; 189 tid.at_addr[3] = addr[3]; 190 tid.at_type = type; 196 au_to_subject_ex(uid, uid, gid, uid, gid, pid, pid, &tid)); 252 au_tid_addr_t tid; local 296 tid [all...] |
H A D | adt.c | 1401 * from the proc and picking up current uid/tid information. 1423 const au_tid64_addr_t *tid; local 1453 tid = ucred_getatid(ucred); 1454 if (tid != NULL) { 1456 tid); 1718 au_tid_addr_t termid, *tid; local 1741 tid = &termid; 1743 tid = NULL; 1760 state->as_info.ai_termid = *tid;
|
H A D | adt_token.c | 245 au_generic_tid_t tid; local 257 tid.gt_type = AU_IPADR; 258 ip = &(tid.gt_adr.at_ip); 279 (void) au_write(event->ae_event_handle, au_to_tid(&tid)); 520 au_tid_addr_t *tid; local 538 tid = ((union convert *)p_data)->ttermid; 557 if (tid == NULL) 558 tid = &(info.ap_termid); 567 au_to_process_ex(auid, euid, egid, ruid, rgid, pid, sid, tid));
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Trace.h | 102 pthread_t tid; member in class:Trace
|
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_timeout.c | 177 uint_t tid; local 210 tid = timer_id; 211 new_timeout->sip_timeout_id = tid; 231 return (tid);
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_ua_common.c | 58 thread_t tid; local 92 NULL, 0, (void *(*)(void *)) slp_call, args, 0, &tid)) != 0) { 98 hp->producer_tid = tid; 111 (void) thr_join(tid, NULL, NULL);
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | cancel.c | 36 pthread_cancel(thread_t tid) argument 43 if ((ulwp = find_lwp(tid)) == NULL) 77 error = _lwp_kill(tid, SIGCANCEL);
|
H A D | pthread.c | 49 _thr_setparam(pthread_t tid, int policy, int prio) argument 55 if ((ulwp = find_lwp(tid)) == NULL) { 69 } else if ((cid = setparam(P_LWPID, tid, policy, prio)) == -1) { 97 pthread_t tid; local 114 flag, &tid, ap->guardsize); 124 error = _thr_setparam(tid, ap->policy, ap->prio); 132 ulwp_t *ulwp = find_lwp(tid); 136 (void) __lwp_detach(tid); 142 *thread = tid; 144 (void) thr_continue(tid); 195 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param) argument 230 thr_getprio(thread_t tid, int *priority) argument 245 pthread_setschedparam(pthread_t tid, int policy, const struct sched_param *param) argument 253 thr_setprio(thread_t tid, int prio) argument [all...] |
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_netbios.c | 57 pthread_t tid; local 66 rc = pthread_create(&tid, &attr, smb_netbios_service, NULL); 99 pthread_t tid; local 104 rc = pthread_create(&tid, NULL, smb_netbios_name_service, NULL); 118 rc = pthread_create(&tid, NULL, smb_netbios_datagram_service, NULL); 130 rc = pthread_create(&tid, NULL, smb_browser_service, NULL);
|
/osnet-11/usr/src/lib/libcmdutils/common/ |
H A D | decompress.c | 61 pthread_t tid; member in struct:worker 269 wk->tid = thr; 346 if (wk->tid != 0) { 347 (void) pthread_cancel(wk->tid); 348 (void) pthread_join(wk->tid, NULL);
|
/osnet-11/usr/src/lib/pam_modules/dhkeys/ |
H A D | dhkeys.c | 407 pthread_t tid; local 471 if (pthread_create(&tid, NULL, revoke_nfs_cred, (void *)&argres) == 0) 472 (void) pthread_join(tid, NULL);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 202 pthread_t tid; local 211 stat = pthread_create(&tid, &attr, entriesFromLDAPthread, arg); 221 table->mapping.enumTid = tid; 244 stat = pthread_join(tid, (void **)&tstat); 249 myself, tid, tstat); 253 myself, tid, stat);
|
/osnet-11/usr/src/lib/storage/liba5k/common/ |
H A D | lhot.c | 103 * given tid and, for public/fabric cases, on the same area and domain as 108 * tid - tid of the device/enclosure whose path is to be constructed 113 * dev_path - pointer to the device path of type dtype and with tid 121 l_make_node(char *ses_path, int tid, char *dev_path, argument 141 sf_al_pa == g_switch_to_alpa[tid]) 216 g_switch_to_alpa[tid]) 509 * Finds whether device id (tid) exists in the 514 * tid - the target id of the device we want to check on 515 * - only the low order 8 bits has the tid 528 l_device_present(char *ses_path, int tid, gfc_map_t *map, int verbose_flag, char **dev_path) argument [all...] |
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.h | 100 thread_t tid; /* id of the thread starts the request */ member in struct:ns_conn_user 152 thread_t tid; /* thread creates the connection */ member in struct:ns_conn_mt
|
/osnet-11/usr/src/lib/libdhcpdu/common/ |
H A D | rfc2136.c | 154 thread_t tid; local 236 (void *) sp, THR_DAEMON|THR_DETACHED, &tid)) { 242 dprint("thread %u created\n", tid);
|
/osnet-11/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 291 gethname(au_tid_addr_t *tid, char *p, size_t max, char *prefix, argument 310 if (tid->at_type == AU_IPv6) { 311 key = tid->at_addr[0] ^ 312 tid->at_addr[1] ^ 313 tid->at_addr[2] ^ 314 tid->at_addr[3]; 316 key = (tid->at_addr[0]); 332 if (tid->at_type == AU_IPv6) { 334 (hosthash[ix].ht_type == tid->at_type)) { 338 if (hosthash[ix].ht_ip[i] != tid [all...] |
/osnet-11/usr/src/lib/libshadowfs/common/ |
H A D | shadow_conspiracy.c | 181 pthread_t tid = pthread_self(); local 185 shadcons_dprintf(scp, "[%d] starting\n", tid); 195 shadcons_dprintf(scp, "[%d] exiting\n", tid); 201 shadcons_dprintf(scp, "[%d] suspending\n", tid); 225 "[%d] found no handles, waiting\n", tid); 274 "waiting\n", tid, (nsp->swe_next - now) / 1000); 334 "[%d] migration busy, waiting\n", tid); 341 "changed, continuing\n", tid, dataset); 347 "another handle\n", tid, dataset); 355 "[%d] %s migration complete\n", tid, datase [all...] |