HomeSort by relevance Sort by last modified time
    Searched defs:threadid (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread_c.h 54 Uint32 threadid; member in struct:SDL_Thread
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_systhread.c 42 unsigned, unsigned *threadID);
51 unsigned, unsigned *threadID);
56 unsigned, unsigned *threadID);
102 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/
SDL_sysaudio.h 84 Uint32 threadid; member in struct:SDL_AudioDevice
  /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...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 997 U32 channel, threadid=0; local
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 974 U32 channel, threadid=0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 21780 #define threadid macro
21782 #define threadid macro
    [all...]

Completed in 6484 milliseconds