HomeSort by relevance Sort by last modified time
    Searched refs:threadid (Results 1 - 25 of 26) sorted by null

1 2

  /external/valgrind/main/drd/tests/
linuxthreads_det.c 29 pthread_t threadid; local
32 pthread_create(&threadid, 0, thread_func, 0);
33 pthread_join(threadid, 0);
fp_race.c 35 pthread_t threadid; local
71 pthread_create(&threadid, 0, thread_func, 0);
82 pthread_join(threadid, 0);
pth_cond_destroy_busy.c 39 pthread_t threadid; local
45 pthread_create(&threadid, 0, thread_func, 0);
61 pthread_join(threadid, 0);
pth_cond_race.c 28 pthread_t threadid; local
46 pthread_create(&threadid, 0, thread_func, 0);
51 pthread_join(threadid, 0);
sem_as_mutex.c 36 pthread_t threadid; local
72 pthread_create(&threadid, 0, thread_func, 0);
83 pthread_join(threadid, 0);
sigalrm.c 58 pthread_t threadid; local
75 if (pthread_create(&threadid, 0, thread_func, 0) != 0) {
84 pthread_kill(threadid, SIGALRM);
85 pthread_join(threadid, 0);
sem_open.c 36 pthread_t threadid; local
85 pthread_create(&threadid, 0, thread_func, 0);
96 pthread_join(threadid, 0);
  /external/valgrind/main/drd/
drd_vc.h 60 DrdThreadId threadid; member in struct:__anon36496
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);
drd_vc.c 88 if (vc->vc[i].threadid == tid)
136 while (i < result->size && result->vc[i].threadid < rhs->vc[j].threadid)
146 if (result->vc[i].threadid <= rhs->vc[j].threadid)
150 tl_assert(result->vc[i].threadid == rhs->vc[j].threadid);
178 while (j < rhs->size && rhs->vc[j].threadid < result->vc[i].threadid)
182 if (result->vc[i].threadid == rhs->vc[j].threadid
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
mem_dbg.c 153 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/
mem_dbg.c 153 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/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread_c.h 54 Uint32 threadid; member in struct:SDL_Thread
SDL_thread.c 160 if ( this_thread == SDL_Threads[i]->threadid ) {
193 args->info->threadid = SDL_ThreadID();
286 id = thread->threadid;
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_systhread.c 46 unsigned, unsigned *threadID);
51 unsigned, unsigned *threadID);
56 unsigned, unsigned *threadID);
124 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/
SDL_systhread.c 74 thread->threadid = thread->handle = (*pfnBeginThread)(threadfunc, NULL, 512*1024, pThreadParms);
75 if ((int)thread->threadid <= 0)
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_sysaudio.h 86 Uint32 threadid; member in struct:SDL_AudioDevice
SDL_audio.c 138 audio->threadid = SDL_ThreadID();
241 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) {
249 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) {
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_systhread.cpp 118 const TInt err = t.Open(thread->threadid);
  /external/chromium_org/tools/cygprofile/
mergetraces.py 27 secs usecs pid:threadid func
232 print "secs\tusecs\tpid:threadid\tfunc"
  /external/stressapptest/src/
worker.h 295 int ThreadID() {return thread_num_;}
543 virtual bool SpawnSlave(int newsock, int threadid);
worker.cc     [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 1916 THREAD_ID_T threadid; member in struct:malloc_recursive_lock
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 275 ** 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,
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 24420 #define threadid macro
24422 #define threadid macro
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 24557 #define threadid macro
24559 #define threadid macro
    [all...]

Completed in 1092 milliseconds

1 2