Home
last modified time | relevance | path

Searched refs:be_thread (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libmtmalloc/tests/
H A Dexhaust.c44 void * be_thread(void *);
74 thr_create(stacks[ncpus], 1<<23, be_thread, NULL, THR_BOUND, in main()
84 be_thread(void *foo) in be_thread() function
98 be_thread(NULL); in be_thread()
H A Dgeneral.c43 void *be_thread(void *);
54 thr_create(NULL, 1<<23, be_thread, NULL, THR_BOUND, &tid[i--]); in main()
63 be_thread(void * foo) in be_thread() function
/titanic_44/usr/src/cmd/svc/configd/
H A Dbackend.c102 pthread_t be_thread; /* thread holding lock */ member
553 bes[i]->be_thread == pthread_self()) in backend_panic()
565 if (bes[i] != NULL && bes[i]->be_thread == pthread_self()) in backend_panic()
579 if (bes[i] != NULL && bes[i]->be_thread != pthread_self()) { in backend_panic()
1381 be->be_thread = pthread_self(); in backend_lock()
1389 be->be_thread = 0; in backend_lock()
1409 be->be_thread = 0; in backend_unlock()
1420 be->be_thread = 0; in backend_destroy()