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

/external/qemu/distrib/sdl-1.2.12/src/thread/
H A DSDL_thread_c.h54 Uint32 threadid; member in struct:SDL_Thread
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/
H A DSDL_systhread.c102 unsigned threadid; local
116 pThreadParms, 0, &threadid);
118 thread->handle = CreateThread(NULL, 0, RunThread, pThreadParms, 0, &threadid);
/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_sysaudio.h84 Uint32 threadid; member in struct:SDL_AudioDevice
/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/sqlite/dist/
H A Dsqlite3.c21776 ** The threadid macro resolves to the thread-id or to 0. Used for
21780 #define threadid pthread_self() macro
21782 #define threadid 0 macro
21866 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
[all...]

Completed in 228 milliseconds