Home
last modified time | relevance | path

Searched refs:threadid (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/main/drd/
Ddrd_vc.c88 if (vc->vc[i].threadid == tid) in DRD_()
136 while (i < result->size && result->vc[i].threadid < rhs->vc[j].threadid) in DRD_()
146 if (result->vc[i].threadid <= rhs->vc[j].threadid) in DRD_()
150 tl_assert(result->vc[i].threadid == rhs->vc[j].threadid); in DRD_()
178 while (j < rhs->size && rhs->vc[j].threadid < result->vc[i].threadid) in DRD_()
182 if (result->vc[i].threadid == rhs->vc[j].threadid) in DRD_()
200 while (i < result->size && result->vc[i].threadid < rhs->vc[j].threadid) in DRD_()
211 else if (result->vc[i].threadid > rhs->vc[j].threadid) in DRD_()
225 tl_assert(result->vc[i].threadid == rhs->vc[j].threadid); in DRD_()
278 vc->vc[i].threadid, vc->vc[i].count); in DRD_()
[all …]
Ddrd_vc.h60 DrdThreadId threadid; member
109 while (j < vc2->size && vc2->vc[j].threadid < vc1->vc[i].threadid) in DRD_()
111 if (j >= vc2->size || vc2->vc[j].threadid > vc1->vc[i].threadid) in DRD_()
118 tl_assert(j < vc2->size && vc2->vc[j].threadid == vc1->vc[i].threadid); in DRD_()
/external/openssl/crypto/
Dmem_dbg.c153 CRYPTO_THREADID threadid; member
178 CRYPTO_THREADID threadid; member
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid, in IMPLEMENT_LHASH_HASH_FN()
344 &((const APP_INFO *)b_void)->threadid); in IMPLEMENT_LHASH_HASH_FN()
352 ret = CRYPTO_THREADID_hash(&a->threadid); in IMPLEMENT_LHASH_COMP_FN()
366 CRYPTO_THREADID_current(&tmp.threadid); in IMPLEMENT_LHASH_HASH_FN()
377 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid)) in IMPLEMENT_LHASH_HASH_FN()
380 CRYPTO_THREADID_hash(&ret->threadid), in IMPLEMENT_LHASH_HASH_FN()
381 CRYPTO_THREADID_hash(&tmp.threadid)); in IMPLEMENT_LHASH_HASH_FN()
421 CRYPTO_THREADID_current(&ami->threadid); in CRYPTO_push_info_()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/
Dmem_dbg.c153 CRYPTO_THREADID threadid; member
178 CRYPTO_THREADID threadid; member
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid, in IMPLEMENT_LHASH_HASH_FN()
344 &((const APP_INFO *)b_void)->threadid); in IMPLEMENT_LHASH_HASH_FN()
352 ret = CRYPTO_THREADID_hash(&a->threadid); in IMPLEMENT_LHASH_COMP_FN()
366 CRYPTO_THREADID_current(&tmp.threadid); in IMPLEMENT_LHASH_HASH_FN()
377 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid)) in IMPLEMENT_LHASH_HASH_FN()
380 CRYPTO_THREADID_hash(&ret->threadid), in IMPLEMENT_LHASH_HASH_FN()
381 CRYPTO_THREADID_hash(&tmp.threadid)); in IMPLEMENT_LHASH_HASH_FN()
421 CRYPTO_THREADID_current(&ami->threadid); in CRYPTO_push_info_()
[all …]
/external/valgrind/main/drd/tests/
Dsigalrm.c58 pthread_t threadid; in main() local
75 if (pthread_create(&threadid, 0, thread_func, 0) != 0) { in main()
84 pthread_kill(threadid, SIGALRM); in main()
85 pthread_join(threadid, 0); in main()
Dlinuxthreads_det.c29 pthread_t threadid; in main() local
32 pthread_create(&threadid, 0, thread_func, 0); in main()
33 pthread_join(threadid, 0); in main()
Dpth_cond_race.c28 pthread_t threadid; in main() local
46 pthread_create(&threadid, 0, thread_func, 0); in main()
51 pthread_join(threadid, 0); in main()
Dsem_as_mutex.c36 pthread_t threadid; in main() local
72 pthread_create(&threadid, 0, thread_func, 0); in main()
83 pthread_join(threadid, 0); in main()
Dfp_race.c35 pthread_t threadid; in main() local
71 pthread_create(&threadid, 0, thread_func, 0); in main()
82 pthread_join(threadid, 0); in main()
Dsem_open.c36 pthread_t threadid; in main() local
85 pthread_create(&threadid, 0, thread_func, 0); in main()
96 pthread_join(threadid, 0); in main()
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
DSDL_systhread.c124 unsigned threadid = 0; local
127 pThreadParms, 0, &threadid));
129 DWORD threadid = 0; local
130 thread->handle = CreateThread(NULL, 0, RunThreadViaCreateThread, pThreadParms, 0, &threadid);
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/
DSDL_systhread.c74 thread->threadid = thread->handle = (*pfnBeginThread)(threadfunc, NULL, 512*1024, pThreadParms); in SDL_SYS_CreateThread()
75 if ((int)thread->threadid <= 0) in SDL_SYS_CreateThread()
/external/qemu/distrib/sdl-1.2.15/src/thread/
DSDL_thread.c160 if ( this_thread == SDL_Threads[i]->threadid ) { in SDL_GetErrBuf()
193 args->info->threadid = SDL_ThreadID(); in SDL_RunThread()
286 id = thread->threadid; in SDL_GetThreadID()
DSDL_thread_c.h54 Uint32 threadid; member
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audio.c138 audio->threadid = SDL_ThreadID(); in SDL_RunAudio()
241 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) { in SDL_LockAudio_Default()
249 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) { in SDL_UnlockAudio_Default()
DSDL_sysaudio.h86 Uint32 threadid; member
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
DSDL_systhread.cpp118 const TInt err = t.Open(thread->threadid); in SDL_SYS_WaitThread()
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.c1658 pthread_t threadid; member
1662 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0)
1675 if (sl->threadid == CURRENT_THREAD) { in pthread_acquire_lock()
1690 assert(!sl->threadid); in pthread_acquire_lock()
1691 sl->threadid = CURRENT_THREAD; in pthread_acquire_lock()
1713 assert(sl->threadid == CURRENT_THREAD); in pthread_release_lock()
1715 sl->threadid = 0; in pthread_release_lock()
1728 if (sl->threadid == CURRENT_THREAD) { in pthread_try_lock()
1742 assert(!sl->threadid); in pthread_try_lock()
1743 sl->threadid = CURRENT_THREAD; in pthread_try_lock()
[all …]
/external/valgrind/main/docs/internals/
Dxml-output-protocol4.txt366 <threadid>17</threadid>
369 And presumably the <threadid>17</threadid> refers to some previously
/external/stressapptest/src/
Dworker.h543 virtual bool SpawnSlave(int newsock, int threadid);
Dworker.cc2272 bool NetworkListenThread::SpawnSlave(int newsock, int threadid) { in SpawnSlave() argument
2278 child_worker->thread.InitThread(threadid, sat_, os_, patternlist_, in SpawnSlave()
/external/chromium_org/third_party/sqlite/
Dsystem-sqlite.patch33 #define threadid 0
429 #define threadid 0
/external/chromium_org/third_party/sqlite/src/src/
Dos_unix.c279 #define threadid pthread_self() macro
281 #define threadid 0 macro
563 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len, in lockTrace()
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en197 http://aaotracker.4players.de/thread.php?threadid=92828
617 http://allnurses.com/forums/showthread.php?threadid=107387
3032 http://cf.rrstar.com/forums/messageview.cfm?catid=6&threadid=3664
3793 http://cracker.com.au/Viewthread.aspx?threadid=28894&categoryid=11300
3797 http://cracker.com.au/viewthread.aspx?threadid=29949&categoryid=11111
4339 http://discussion.brighthand.com/printthread.php?threadid=65430
5139 http://engforum.pravda.ru/printthread.php3?threadid=133501
6024 http://fishyvb.something-fishy.org/showthread.php?s=&threadid=68
6028 http://fishyvb.something-fishy.org/showthread.php?threadid=68
6175 http://forum.digitalspy.co.uk/board/showthread.php?threadid=237550
[all …]
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c24435 #define threadid pthread_self()
24437 #define threadid 0
24719 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,

12