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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dopenvms.c174 int thread_suspend(PRThread *thr_id) { argument
189 res = pthread_suspend_np(thr_id->id,&regs[0],0);
191 thr_id->sp = (void *) regs[30];
193 thr_id->suspend |= PT_THREAD_SUSPENDED;
199 int thread_resume(PRThread *thr_id) { argument
203 res = pthread_resume_np (thr_id->id);
205 thr_id->suspend |= PT_THREAD_RESUMED;

Completed in 54 milliseconds