Home
last modified time | relevance | path

Searched refs:thread1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthread1.test15 # $Id: thread1.test,v 1.3 2004/02/11 02:18:07 drh Exp $
30 do_test thread1-1.1 {
52 do_test thread1-1.2 {
60 do_test thread1-1.3 {
63 do_test thread1-1.4 {
66 do_test thread1-1.5 {
71 do_test thread1-1.6 {
74 do_test thread1-1.7 {
77 do_test thread1-1.8 {
81 do_test thread1-1.9 {
[all …]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c354 pthread_t thread1; in sip_timeout_init() local
364 (void) pthread_create(&thread1, NULL, sip_timer_thr, NULL); in sip_timeout_init()