/titanic_41/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/ |
H A D | rm_lnkcnt_zero_file.c | 134 (void) pthread_create(&tid, NULL, mover, NULL); in main() 135 (void) pthread_create(&tid, NULL, cleaner, NULL); in main() 136 (void) pthread_create(&tid, NULL, writer, (void *) &fd); in main()
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | main.c | 387 if (pthread_create(&scn_tid, NULL, scn_proc, NULL) != 0) { in main() 398 if (pthread_create(&port_tid, NULL, in main() 405 if (pthread_create(&esi_tid, NULL, in main() 413 (void) pthread_create(&tid, in main()
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netbios.c | 67 rc = pthread_create(&tid, &attr, smb_netbios_service, NULL); in smb_netbios_start() 105 rc = pthread_create(&tid, NULL, smb_netbios_name_service, NULL); in smb_netbios_service() 119 rc = pthread_create(&tid, NULL, smb_netbios_datagram_service, NULL); in smb_netbios_service() 131 rc = pthread_create(&tid, NULL, smb_browser_service, NULL); in smb_netbios_service()
|
/titanic_41/usr/src/test/zfs-tests/cmd/mmapwrite/ |
H A D | mmapwrite.c | 82 if (pthread_create(NULL, NULL, mapper, &fd) != 0) { in main()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 88 #pragma weak _pthread_create = pthread_create 90 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | mlsvc_init.c | 79 rc = pthread_create(&tid, &tattr, mlsvc_timecheck, 0); in mlsvc_init()
|
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_timeout.c | 288 (void) pthread_create(&thr, NULL, sip_run_to_functions, in sip_schedule_to_functions() 366 (void) pthread_create(&thread1, NULL, sip_timer_thr, NULL); in sip_timeout_init()
|
/titanic_41/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_pipesvc.c | 145 rc = pthread_create(&tid, &tattr, pipesvc_listener, pl); in smbd_pipesvc_start() 237 rc = pthread_create(&tid, NULL, pipesvc_worker, np); in pipesvc_listener()
|
H A D | smbd_main.c | 788 rc = pthread_create(&tid, &attr, dyndns_publisher, NULL); in smbd_dyndns_init() 809 rc = pthread_create(&tid, &attr, smbd_share_loader, NULL); in smbd_load_shares() 836 rc = pthread_create(&smbd.s_localtime_tid, &attr, in smbd_localtime_init()
|
H A D | smbd_spool.c | 115 rc = pthread_create(&smbd.s_spool_tid, &attr, smbd_spool_monitor, NULL); in smbd_spool_start() 427 rc = pthread_create(&tid, &attr, smbd_share_printers, &tid); in smbd_load_printers()
|
H A D | smbd_nicmon.c | 80 rc = pthread_create(&smbd_nicmon_tid, NULL, smbd_nicmon_daemon, NULL); in smbd_nicmon_start()
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | threadtest2.c | 115 pthread_create(&aThread[i], 0, worker, 0); in main()
|
/titanic_41/usr/src/test/os-tests/tests/poll/ |
H A D | poll_test.c | 512 ret = pthread_create(&helperThread, NULL, helper_thread, NULL); in run_tests() 520 ret = pthread_create(&pollThread, NULL, poll_thread, NULL); in run_tests()
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | sysevent_events.c | 167 rc = pthread_create(NULL, &attr, sysevent_initialization, NULL); in nwamd_sysevent_events_init()
|
H A D | dlpi_events.c | 137 rc = pthread_create(&link->nwamd_link_dlpi_thread, NULL, in nwamd_dlpi_add_link()
|
H A D | routing_events.c | 368 if (pthread_create(&v4_routing, &attr, routing_events_v4, NULL) != 0 || in nwamd_routing_events_init() 369 pthread_create(&v6_routing, &attr, routing_events_v6, NULL) != 0) in nwamd_routing_events_init()
|
/titanic_41/usr/src/test/libc-tests/cfg/symbols/ |
H A D | pthread_h.cfg | 41 func | pthread_create |\
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_thread.c | 94 err = pthread_create(&tp->thr_tid, NULL, fmd_thread_start, tp); in fmd_thread_create_cmn()
|
/titanic_41/usr/src/cmd/lms/SyncLib/src/ |
H A D | ThreadUnix.cpp | 143 if (pthread_create(&_osThread->_handle, NULL, OSThread::threadFunc, this) != 0) { in start()
|
/titanic_41/usr/src/lib/libc/i386/threads/ |
H A D | asm_subr.s | 32 / thr_create() or pthread_create() returns (see setup_context()).
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | main.c | 190 err = pthread_create(&sighand, &attr, sighandler, in init_signalhandling()
|
/titanic_41/usr/src/lib/libtnfprobe/ |
H A D | mapfile-vers | 45 pthread_create;
|
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | modem_setup.c | 98 if (pthread_create(&modemListen, NULL, in ADM_Process_modem_setup()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | threads.c | 120 # pragma weak pthread_create macro 150 || &pthread_create == 0 in krb5int_pthread_loaded()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.c | 573 if ((err = pthread_create(&ledsthr_tid, &ledsthr_attr, in fcal_leds_init() 589 if ((err = pthread_create(&pollthr_tid, &pollthr_attr, in fcal_leds_init()
|