Home
last modified time | relevance | path

Searched refs:pthread_create (Results 1 – 25 of 108) sorted by relevance

12345

/titanic_41/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c134 (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 Dmain.c387 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 Dsmbns_netbios.c67 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 Dmmapwrite.c82 if (pthread_create(NULL, NULL, mapper, &fd) != 0) { in main()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dpthread.c88 #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 Dmlsvc_init.c79 rc = pthread_create(&tid, &tattr, mlsvc_timecheck, 0); in mlsvc_init()
/titanic_41/usr/src/lib/libsip/common/
H A Dsip_timeout.c288 (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 Dsmbd_pipesvc.c145 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 Dsmbd_main.c788 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 Dsmbd_spool.c115 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 Dsmbd_nicmon.c80 rc = pthread_create(&smbd_nicmon_tid, NULL, smbd_nicmon_daemon, NULL); in smbd_nicmon_start()
/titanic_41/usr/src/lib/libsqlite/test/
H A Dthreadtest2.c115 pthread_create(&aThread[i], 0, worker, 0); in main()
/titanic_41/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c512 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 Dsysevent_events.c167 rc = pthread_create(NULL, &attr, sysevent_initialization, NULL); in nwamd_sysevent_events_init()
H A Ddlpi_events.c137 rc = pthread_create(&link->nwamd_link_dlpi_thread, NULL, in nwamd_dlpi_add_link()
H A Drouting_events.c368 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 Dpthread_h.cfg41 func | pthread_create |\
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c94 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 DThreadUnix.cpp143 if (pthread_create(&_osThread->_handle, NULL, OSThread::threadFunc, this) != 0) { in start()
/titanic_41/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s32 / thr_create() or pthread_create() returns (see setup_context()).
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c190 err = pthread_create(&sighand, &attr, sighandler, in init_signalhandling()
/titanic_41/usr/src/lib/libtnfprobe/
H A Dmapfile-vers45 pthread_create;
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dmodem_setup.c98 if (pthread_create(&modemListen, NULL, in ADM_Process_modem_setup()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c120 # 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 Dfcal_leds.c573 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()

12345