Home
last modified time | relevance | path

Searched refs:allthreads (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/libcii/libcii-1.1/src/
H A Dthread-nt.c31 static T allthreads[317]; variable
32 #define HASH(id) ((int)((id)%(sizeof allthreads/sizeof allthreads[0])))
47 for (t = allthreads[HASH(id)]; t != NULL; t = t->next) in getThreadByID()
59 q = &allthreads[HASH(t->IDThread)]; in removeThread()
73 q = &allthreads[HASH(t->IDThread)]; in addThread()
/dports/lang/eisl/eisl-2.35/cii/src/
H A Dthread-nt.c31 static T allthreads[317]; variable
32 #define HASH(id) ((int)((id)%(sizeof allthreads/sizeof allthreads[0])))
47 for (t = allthreads[HASH(id)]; t != NULL; t = t->next) in getThreadByID()
59 q = &allthreads[HASH(t->IDThread)]; in removeThread()
72 q = &allthreads[HASH(t->IDThread)]; in addThread()
/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dremind.c397 cfg.allthreads = _malloc(num * sizeof(pthread_t)); in remind_do()
411 if(!pthread_create(&(cfg.allthreads[cfg.allthreadsnr]), in remind_do()
445 pthread_kill(cfg.allthreads[i], SIGQUIT); in remind_do()
446 pthread_join(cfg.allthreads[i], NULL); in remind_do()
449 _free(cfg.allthreads); in remind_do()
H A Drecurse.c966 cfg.allthreads = _malloc(num * sizeof(pthread_t)); in recurse()
972 if(!pthread_create(&(cfg.allthreads[cfg.allthreadsnr]), in recurse()
1002 pthread_join(cfg.allthreads[i], NULL); in recurse()
1006 _free(cfg.allthreads); in recurse()
H A Dconfig.h411 pthread_t *allthreads; member
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libthread/
H A Dthreadimpl.h129 _Threadlist allthreads; member
H A Dthread.c924 l = &p->allthreads; in addthreadinproc()
941 l = &p->allthreads; in delthreadinproc()
1022 for(t=p->allthreads.head; t; t=t->allnext){ in threadinfo()
/dports/deskutils/birdtray/birdtray-1.9.0/tests/res/
H A D1_Unread_Filter.msf11 (99=ns:msg:db:table:kind:allthreads)
H A D0_Unread_Trash.msf12 (99=ns:msg:db:table:kind:allthreads)
H A D0_Unread_Unified.msf11 (99=ns:msg:db:table:kind:allthreads)
H A D2_Unread_Unified.msf11 (99=ns:msg:db:table:kind:allthreads)
H A D1_Unread_Unified.msf11 (99=ns:msg:db:table:kind:allthreads)
H A D6_Unread_Inbox.msf14 (98=ns:msg:db:table:kind:thread)(99=ns:msg:db:table:kind:allthreads)
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/acid/
H A Dthread200 T = (_Thread)P.allthreads.$head;
248 T = (_Thread)P.allthreads.$head;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/test/data/
H A Dbugmail-1.msf11 (99=ns:msg:db:table:kind:allthreads)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw.d422 } allthreads = { NULL, NULL, 0 }; variable
452 return allthreads.head->thr_next == NULL; in single_running_threadp()
790 if (allthreads.tail) { in create_thread()
791 allthreads.tail->thr_next = thread; in create_thread()
792 thread->thr_prev = allthreads.tail; in create_thread()
793 allthreads.tail = thread; in create_thread()
795 allthreads.head = allthreads.tail = thread; in create_thread()
797 allthreads.count++; in create_thread()
833 allthreads.head = thread->thr_next; in delete_thread()
838 allthreads.tail = thread->thr_prev; in delete_thread()
[all …]
H A Dspvw_global.d589 while (suspended_threads != allthreads.count) { in gc_suspend_all_threads()
H A Dspvw_memfile.d687 WRITE(allthreads.head->_ptr_symvalues,num_symvalues*sizeof(gcv_object_t)); in savemem()
1309 READ(allthreads.head->_ptr_symvalues,num_symvalues*sizeof(gcv_object_t)); in memfile_handle_do_operation()
1780 var gcv_object_t* objptr = allthreads.head->_ptr_symvalues; in memfile_handle_do_operation()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/osfile/modules/
H A Dosfile_win_allthreads.jsm44 SharedAll.LOG.bind(SharedAll, "Win", "allthreads");
H A Dosfile_unix_allthreads.jsm44 SharedAll.LOG.bind(SharedAll, "Unix", "allthreads");
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/osfile/modules/
H A Dosfile_win_allthreads.jsm39 SharedAll.LOG.bind(SharedAll, "Win", "allthreads");
H A Dosfile_unix_allthreads.jsm39 SharedAll.LOG.bind(SharedAll, "Unix", "allthreads");
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/osfile/modules/
H A Dosfile_unix_allthreads.jsm45 SharedAll.LOG.bind(SharedAll, "Unix", "allthreads");
/dports/www/firefox/firefox-99.0/toolkit/components/osfile/modules/
H A Dosfile_unix_allthreads.jsm45 SharedAll.LOG.bind(SharedAll, "Unix", "allthreads");
H A Dosfile_win_allthreads.jsm45 SharedAll.LOG.bind(SharedAll, "Win", "allthreads");

12