Searched defs:threadid (Results 1 - 18 of 18) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_thread_c.h54 Uint32 threadid; member in struct:SDL_Thread
/external/valgrind/main/drd/tests/
H A Dlinuxthreads_det.c29 pthread_t threadid; local
32 pthread_create(&threadid, 0, thread_func, 0);
33 pthread_join(threadid, 0);
H A Dpth_cond_race.c28 pthread_t threadid; local
46 pthread_create(&threadid, 0, thread_func, 0);
51 pthread_join(threadid, 0);
H A Dfp_race.c35 pthread_t threadid; local
71 pthread_create(&threadid, 0, thread_func, 0);
82 pthread_join(threadid, 0);
H A Dpth_cond_destroy_busy.c39 pthread_t threadid; local
45 pthread_create(&threadid, 0, thread_func, 0);
61 pthread_join(threadid, 0);
H A Dsem_as_mutex.c36 pthread_t threadid; local
72 pthread_create(&threadid, 0, thread_func, 0);
83 pthread_join(threadid, 0);
H A Dsem_open.c36 pthread_t threadid; local
85 pthread_create(&threadid, 0, thread_func, 0);
96 pthread_join(threadid, 0);
H A Dsigalrm.c58 pthread_t threadid; local
75 if (pthread_create(&threadid, 0, thread_func, 0) != 0) {
84 pthread_kill(threadid, SIGALRM);
85 pthread_join(threadid, 0);
/external/valgrind/main/drd/
H A Ddrd_vc.h60 DrdThreadId threadid; member in struct:__anon31897
109 while (j < vc2->size && vc2->vc[j].threadid < vc1->vc[i].threadid)
111 if (j >= vc2->size || vc2->vc[j].threadid > vc1->vc[i].threadid)
118 tl_assert(j < vc2->size && vc2->vc[j].threadid == vc1->vc[i].threadid);
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A 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/audio/
H A DSDL_sysaudio.h86 Uint32 threadid; member in struct:SDL_AudioDevice
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dmem_dbg.c153 CRYPTO_THREADID threadid; member in struct:app_mem_info_st
178 CRYPTO_THREADID threadid; member in struct:mem_st
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
344 &((const APP_INFO *)b_void)->threadid);
352 ret = CRYPTO_THREADID_hash(&a->threadid);
366 CRYPTO_THREADID_current(&tmp.threadid);
377 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid))
380 CRYPTO_THREADID_hash(&ret->threadid),
381 CRYPTO_THREADID_hash(&tmp.threadid));
[all...]
/external/openssl/crypto/
H A Dmem_dbg.c153 CRYPTO_THREADID threadid; member in struct:app_mem_info_st
178 CRYPTO_THREADID threadid; member in struct:mem_st
343 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
344 &((const APP_INFO *)b_void)->threadid);
352 ret = CRYPTO_THREADID_hash(&a->threadid);
366 CRYPTO_THREADID_current(&tmp.threadid);
377 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid))
380 CRYPTO_THREADID_hash(&ret->threadid),
381 CRYPTO_THREADID_hash(&tmp.threadid));
[all...]
/external/stressapptest/src/
H A Dworker.cc2272 bool NetworkListenThread::SpawnSlave(int newsock, int threadid) { argument
2278 child_worker->thread.InitThread(threadid, sat_, os_, patternlist_,
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c275 ** The threadid macro resolves to the thread-id or to 0. Used for
279 #define threadid pthread_self() macro
281 #define threadid 0 macro
563 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24416 ** The threadid macro resolves to the thread-id or to 0. Used for
24420 #define threadid pthread_self() macro
24422 #define threadid 0 macro
24704 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24553 ** The threadid macro resolves to the thread-id or to 0. Used for
24557 #define threadid pthread_self() macro
24559 #define threadid 0 macro
24955 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24560 ** The threadid macro resolves to the thread-id or to 0. Used for
24564 #define threadid pthread_self() macro
24566 #define threadid 0 macro
24973 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
[all...]

Completed in 582 milliseconds