Searched refs:tid (Results 201 - 225 of 284) sorted by relevance

1234567891011>>

/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify_client.c1633 _notify_mk_tmp_path(int tid)
1648 asprintf(&path, "%s/com.apple.notify.%d.%d", tmp, getpid(), tid);
1658 asprintf(&path, "%s/com.apple.notify.%d.%d", tmp, getpid(), tid);
1827 uint32_t tid;
1869 tid = token;
1870 if (globals->notify_ipc_version == 0) tid = t->client_id;
1880 kstatus = _notify_server_check(globals->notify_server_port, tid, check, (int32_t *)&status);
2221 uint32_t status, tid;
2247 tid = token;
2248 if (globals->notify_ipc_version == 0) tid
[all...]
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dctf.c1011 tid_t tid, argid; local
1030 for (dptr = buf, tcnt = 0, tid = 1; dptr < buf + bufsz; tcnt++, tid++) {
1031 if (tid > maxid)
1034 if (tid >= tdsize)
1035 parseterminate("Reference to invalid type %d", tid);
1043 tdp = tdarr[tid];
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dchild.c833 unsigned tid; local
837 NULL, 0, &tid);
860 (void *) lr, 0, &tid);
879 unsigned tid; local
953 worker_main, (void *) i, 0, &tid);
/macosx-10.9.5/system_cmds-597.90.1/login.tproj/
H A Dlogin.c233 extern au_tid_addr_t tid;
393 tid.at_type = AU_IPv4;
394 tid.at_addr[0] = old_tid.machine;
401 tid.at_port = st.st_rdev;
403 tid.at_port = 0;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/login.tproj/
H A Dlogin.c233 extern au_tid_addr_t tid;
393 tid.at_type = AU_IPv4;
394 tid.at_addr[0] = old_tid.machine;
401 tid.at_port = st.st_rdev;
403 tid.at_port = 0;
/macosx-10.9.5/BerkeleyDB-21/db/common/
H A Ddb_err.c1007 __db_failed(env, msg, pid, tid)
1011 db_threadid_t tid;
1019 dbenv->thread_id_string(dbenv, pid, tid, buf), msg);
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/
H A Dex_tpcb.c116 u_int32_t tid; member in struct:_histrec
463 hrec.tid = random_id(TELLER, accounts, branches, tellers);
640 hrec.tid = teller;
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/
H A DTpcbExample.cpp110 u_int32_t tid; member in struct:Histrec
419 hrec.tid = random_id(TELLER, accounts, branches, tellers);
565 hrec.tid = teller;
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp17 u_int32_t tid; member in struct:Histrec
257 hrec.tid = randomId(TELLER, accounts, branches, tellers);
397 hrec.tid = teller;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dtpool.c71 #define TID_HASH(tid, hash) do { \
72 unsigned const char *ptr_ = (unsigned const char *)&(tid); \
74 for (i_ = 0, (hash) = ptr_[0]; ++i_ < sizeof(tid);) \
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/tests/
H A Ddefs.tcl1071 foreach tid [testthread names] {
1072 if {$tid != $::tcltest::mainThread} {
1073 catch {testthread send -async $tid {testthread exit}}
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/test/
H A Ddefs.tcl1071 foreach tid [testthread names] {
1072 if {$tid != $::tcltest::mainThread} {
1073 catch {testthread send -async $tid {testthread exit}}
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/tests/
H A Ddefs.tcl1071 foreach tid [testthread names] {
1072 if {$tid != $::tcltest::mainThread} {
1073 catch {testthread send -async $tid {testthread exit}}
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dtags.c427 const Dict* TY_(LookupTagDef)( TidyTagId tid )
432 if (np->id == tid)
899 TidyTagId tid = TagId( node ); local
900 return ( tid &&
901 tid == TidyTag_H1 ||
902 tid == TidyTag_H2 ||
903 tid == TidyTag_H3 ||
904 tid == TidyTag_H4 ||
905 tid == TidyTag_H5 ||
906 tid
911 TidyTagId tid = TagId( node ); local
[all...]
H A Dattrs.c780 TidyTagId tid = TagId( node ); variable
781 if ( tid == TidyTag_A ||
782 tid == TidyTag_APPLET ||
783 tid == TidyTag_FORM ||
784 tid == TidyTag_FRAME ||
785 tid == TidyTag_IFRAME ||
786 tid == TidyTag_IMG ||
787 tid == TidyTag_MAP )
/macosx-10.9.5/IOHIDFamily-503.215.2/tools/
H A DIOHIDEventSystemMonitor.c191 pthread_t tid; local
195 assert(!pthread_create(&tid, &attr, &dispatchClientThread, eventSystem));
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnotifications.c316 pthread_t tid; local
327 pthread_create(&tid, &tattr, _watcher, NULL);
/macosx-10.9.5/diskdev_cmds-572.1.1/umount.tproj/
H A Dumount.c307 pthread_t tid; local
324 rv = pthread_create(&tid, NULL, &syncit, &args);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineInstr.cpp543 MachineInstr::MachineInstr(const MCInstrDesc &tid, bool NoImp) argument
544 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
557 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl, argument
559 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
574 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const MCInstrDesc &tid) argument
575 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
590 const MCInstrDesc &tid)
591 : MCID(&tid), Flags(0), AsmPrinterFlags(0),
589 MachineInstr(MachineBasicBlock *MBB, const DebugLoc dl, const MCInstrDesc &tid) argument
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tkHTML/
H A Dhtmlwidget.rb189 def bgimage(image, tid=None)
190 tk_send('bgimage', image, tid)
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dlock.h123 db_threadid_t tid; /* Thread owning locker ID */ member in struct:__db_locker
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dforward-control.sh4 tid="sshd control of local and remote forwarding"
/macosx-10.9.5/apache-786.1/httpd/server/mpm/netware/
H A Dmpm_netware.c533 int tid; local
549 err = NXThreadCreate(ctx, NX_THR_BIND_CONTEXT, &tid);
570 ap_scoreboard_image->servers[0][slot].tid = tid;
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypserv_proc.c306 char tid[11]; local
314 YPLOG("xfr_2: caller=[%s].%d, auth_ok=%s, domain=%s, tid=%d, prog=%d",
327 snprintf(tid, sizeof(tid), "%d",argp->transid);
339 "-C",tid, prog, ipadd, port, argp->map_parms.map, NULL);
/macosx-10.9.5/smb-697.95.1/lib/smbclient/
H A Draw.c41 uint16_t tid; member in struct:smb_header

Completed in 248 milliseconds

1234567891011>>