Searched refs:pthread_self (Results 26 - 50 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dcheckpoint.cs103 dbenv-__GT__errx(dbenv, "Checkpoint thread: %lu", (u_long)pthread_self());
H A Dtransapp.cs163 dbenv->errx(dbenv, "Checkpoint thread: %lu", (u_long)pthread_self());
184 "Log file removal thread: %lu", (u_long)pthread_self());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c476 tid = pthread_self();
504 tid = pthread_self();
534 tid = pthread_self();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dtransapp.cs163 dbenv->errx(dbenv, "Checkpoint thread: %lu", (u_long)pthread_self());
184 "Log file removal thread: %lu", (u_long)pthread_self());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnetwork.c55 return (intptr_t) pthread_self();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dth-lock.c385 ret = (unsigned long)pthread_self();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp974 return (bool)pthread_equal(pthread_self(), gs_tidMain) || gs_tidMain == (pthread_t)-1;
1035 return (unsigned long long)pthread_self();
1042 return (unsigned long)pthread_self();
1623 gs_tidMain = pthread_self();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dth-lock.c382 ret=(unsigned long)pthread_self();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dth-lock.c385 ret = (unsigned long)pthread_self();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-tls.c84 return (void *) pthread_self ();
H A Dtest-lock.c105 return (void *) pthread_self ();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/magic/
H A Dmagicserver.cpp118 pthread_detach(pthread_self());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/magic/
H A Dmagicserver.cpp118 pthread_detach(pthread_self());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.c323 pthread_t self = pthread_self ();
337 if (lock->owner != pthread_self ())
H A Dlock.h124 # ifndef pthread_self
125 # pragma weak pthread_self macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dlock.c409 pthread_t self = pthread_self ();
430 if (lock->owner != pthread_self ())
H A Dlock.h143 # ifndef pthread_self
144 # pragma weak pthread_self macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.c322 pthread_t self = pthread_self ();
336 if (lock->owner != pthread_self ())
H A Dlock.h123 # ifndef pthread_self
124 # pragma weak pthread_self macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.c322 pthread_t self = pthread_self ();
336 if (lock->owner != pthread_self ())
H A Dlock.h123 # ifndef pthread_self
124 # pragma weak pthread_self macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-internals.c418 fprintf (stderr, "%lu: 0x%lx: ", _dbus_pid_for_log (), pthread_self ());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/tests/
H A Dtest-lock.c109 return (void *) pthread_self ();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dime/
H A Ddimeserver.cpp216 pthread_detach(pthread_self());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.c275 { pthread_detach(pthread_self());

Completed in 208 milliseconds

123