Searched refs:threadid (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dnt_eventlog.c139 DWORD threadid; local
157 (LPVOID) hPipeRead, 0, &threadid);
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dlibproc_internal.h62 int proc_pidbind(int pid, uint64_t threadid, int bind);
H A Dlibproc.c549 proc_pidbind(int pid, uint64_t threadid, int bind) argument
563 if (__process_policy(PROC_POLICY_SCOPE_PROCESS, PROC_POLICY_ACTION_APPLY, PROC_POLICY_APP_LIFECYCLE, PROC_POLICY_APPLIFE_PIDBIND, (proc_policy_attribute_t*)&state, passpid, threadid) != -1)
/macosx-10.9.5/bind9-45.100/bind9/contrib/sdb/ldap/
H A Dldapdb.c125 unsigned long threadid; local
150 threadid = isc_thread_self();
151 threaddata = ldapdb_find(allthreadsdata, &threadid, sizeof(threadid));
157 threaddata->index = malloc(sizeof(threadid));
162 *(unsigned long *)threaddata->index = threadid;
163 threaddata->size = sizeof(threadid);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dkdebug.h100 uintptr_t threadid
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkdebug.c875 uintptr_t threadid
954 kd->arg5 = threadid;
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c24864 ** The threadid macro resolves to the thread-id or to 0. Used for
24868 #define threadid pthread_self() macro
24870 #define threadid 0 macro
25164 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
[all...]

Completed in 521 milliseconds