Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/test/
H A Dthread1.test17 # $Id: thread1.test,v 1.3 2004/02/11 02:18:07 drh Exp $
32 do_test thread1-1.1 {
54 do_test thread1-1.2 {
62 do_test thread1-1.3 {
65 do_test thread1-1.4 {
68 do_test thread1-1.5 {
73 do_test thread1-1.6 {
76 do_test thread1-1.7 {
79 do_test thread1-1.8 {
83 do_test thread1-1.9 {
[all …]
/titanic_50/usr/src/lib/libsip/common/
H A Dsip_timeout.c356 pthread_t thread1; in sip_timeout_init() local
366 (void) pthread_create(&thread1, NULL, sip_timer_thr, NULL); in sip_timeout_init()