Searched defs:threadID (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dattach.c167 pthread_t threadID; local
171 thread_t threadID;
174 unsigned threadID;
178 int threadID;
181 TID threadID;
183 thread_id threadID;
249 rv = _PT_PTHREAD_CREATE(&threadID, attr, threadStartFunc, NULL);
266 rv = pthread_join(threadID, NULL);
275 rv = thr_create(NULL, 0, threadStartFunc, NULL, 0, &threadID);
283 rv = thr_join(threadID, NUL
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_solaris.h406 uint_t threadID; /* ptr to solaris-internal thread id structures */ member in struct:_MDThread

Completed in 45 milliseconds