Home
last modified time | relevance | path

Searched refs:threadID (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c144 static int threadID; variable
146 enum { threadID = 0 }; enumerator
265 { "threadID", &threadID, 1 }, in get_options()
305 threadID = 0; in get_options()
328 wrap_threads = (tracethreads || threadID || count); in get_options()
541 if( threadID ) { \
747 if( threadID ) { in thread_exiting()
801 if( threadID ) { in ldap_pvt_thread_create()
842 if( threadID ) in ldap_pvt_thread_join()
851 if( threadID ) in ldap_pvt_thread_join()
/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c202 DWORD threadID; in CheckForCompilerFeature() local
298 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForCompilerFeature()
299 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForCompilerFeature()
337 DWORD threadID; in CheckForLinkerFeature() local
432 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForLinkerFeature()
433 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForLinkerFeature()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Ddyngroup.schema36 # http://forum.java.sun.com/thread.jspa?threadID=5016864&messageID=9034636
H A Ddyngroup.ldif36 # http://forum.java.sun.com/thread.jspa?threadID=5016864&messageID=9034636
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Drandom.d1301 uint threadID = cast(uint) cast(void*) Thread.getThis(); in unpredictableSeed() local
1302 rand.seed((getpid() + threadID) ^ cast(uint) MonoTime.currTime.ticks); in unpredictableSeed()
/netbsd-src/external/gpl3/autoconf/dist/
H A DChangeLog.312374 Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.