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

/macosx-10.10.1/apache-793/httpd/server/mpm/winnt/
H A Dnt_eventlog.c137 DWORD threadid; local
155 (LPVOID)hPipeRead, stack_res_flag, &threadid);
/macosx-10.10.1/bind9-45.101/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.10.1/xnu-2782.1.97/bsd/sys/
H A Dkdebug.h100 uintptr_t threadid
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c837 uintptr_t threadid
913 kd->arg5 = threadid;
/macosx-10.10.1/Heimdal-398.1.2/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 319 milliseconds