Searched refs:threadid (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dw32thread.c105 uint32_t threadid; local
123 c[i].thread = (HANDLE)_beginthreadex(NULL, 0, thread_func, &c[i], 0, &threadid );
H A Dos2thread.c115 uint32_t threadid; local
133 // c[i].thread = (HANDLE)_beginthreadex(NULL, 0, thread_func, &c[i], 0, &threadid );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c21746 ** The threadid macro resolves to the thread-id or to 0. Used for
21750 #define threadid pthread_self() macro
21752 #define threadid 0 macro
21836 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
[all...]

Completed in 196 milliseconds