Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 25 of 131) sorted by relevance

123456

/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd.h93 pthread_t s_refresh_tid;
94 pthread_t s_authsvc_tid;
95 pthread_t s_localtime_tid;
96 pthread_t s_spool_tid;
97 pthread_t s_dc_monitor_tid;
100 pthread_t s_nbt_listener_id;
101 pthread_t s_tcp_listener_id;
H A Dsmbd_pipesvc.c44 pthread_t tid;
124 pthread_t tid; in smbd_pipesvc_start()
182 pthread_t tid; in pipesvc_listener()
/titanic_50/usr/src/head/
H A Dpthread.h216 extern int pthread_create(pthread_t *_RESTRICT_KYWD,
220 extern int pthread_join(pthread_t, void **);
221 extern int pthread_detach(pthread_t);
223 extern int pthread_cancel(pthread_t);
224 extern int pthread_setschedparam(pthread_t, int, const struct sched_param *);
225 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
227 extern int pthread_setschedprio(pthread_t, int);
231 extern int pthread_equal(pthread_t, pthread_t);
237 extern pthread_t pthread_self(void);
/titanic_50/usr/src/lib/libc/port/threads/
H A Dpthread.c49 _thr_setparam(pthread_t tid, int policy, int prio) in _thr_setparam()
90 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create()
97 pthread_t tid; in pthread_create()
185 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal()
195 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param) in pthread_getschedparam()
245 pthread_setschedparam(pthread_t tid, in pthread_setschedparam()
/titanic_50/usr/src/lib/libnisdb/
H A Dnis_hashitem.h47 pthread_t last_reader_id;
49 pthread_t writer_id;
64 pthread_t traverser_id;
H A Dnisdb_rw.h76 pthread_t var ## _owner = INV_PTHREAD_ID
78 extern pthread_t var ## _owner
80 pthread_t var ## _owner
144 pthread_t id; /* Which thread */
H A Dnisdb_rw.c89 find_reader(pthread_t id, __nisdb_rwlock_t *rw) { in find_reader()
167 pthread_t myself = pthread_self(); in __nisdb_wlock_trylock()
312 increment_reader(pthread_t id, __nisdb_rwlock_t *rw) { in increment_reader()
347 pthread_t myself = pthread_self(); in __nisdb_rlock()
414 pthread_t myself = pthread_self(); in __nisdb_wulock()
463 pthread_t myself = pthread_self(); in __nisdb_rulock()
592 pthread_t myself = pthread_self(); in __nisdb_assert_rheld()
646 pthread_t myself = pthread_self(); in __nisdb_destroy_lock()
H A Dnis_hashitem.c102 pthread_t myself = pthread_self(); in __nis_lock_hash_table()
351 pthread_t me = pthread_self(); in __nis_find_item_mt()
410 pthread_t mtid; in __nis_pop_item_mt()
503 pthread_t mtid; in __nis_remove_item_mt()
/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h42 pthread_t thr_tid; /* thread identifier */
51 extern fmd_thread_t *fmd_thread_xcreate(struct fmd_module *, pthread_t);
H A Dfmd_time.h50 void (*fto_waitcancel)(pthread_t);
68 extern void fmd_time_waitcancel(pthread_t);
H A Dfmd_api.h216 extern pthread_t fmd_thr_create(fmd_hdl_t *, void (*)(void *), void *);
217 extern void fmd_thr_destroy(fmd_hdl_t *, pthread_t);
218 extern void fmd_thr_signal(fmd_hdl_t *, pthread_t);
H A Dfmd_time.c64 fmd_time_waitcancel(pthread_t tid) in fmd_time_waitcancel()
336 fmd_simulator_cancel(pthread_t tid) in fmd_simulator_cancel()
364 fmd_native_cancel(pthread_t tid) in fmd_native_cancel()
/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dpthread_h.cfg30 type | pthread_t * | pthread.h | POSIX-1995+ SUSv2+
43 pthread_t *; const pthread_attr_t *; void *(*)(void *); void * |\
48 pthread_t |\
/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c215 static pthread_t sys_thread; /* queues messages from us */
216 static pthread_t net_thread; /* queues messages from the net */
217 static pthread_t log_thread; /* message processing thread */
218 static pthread_t hnl_thread; /* hostname lookup thread */
303 pthread_t mythreadno = 0; in main()
546 pthread_t mythreadno; in openklog()
617 pthread_t mythreadno; in sys_poll()
687 pthread_t mythreadno; in getkmsg()
799 pthread_t mythreadno; in net_poll()
972 pthread_t mythreadno; in logmymsg()
[all …]
H A Dsyslogd.h155 pthread_t f_thread; /* thread that handles this file */
215 pthread_t thread;
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h85 pthread_t nwamd_link_wifi_scan_thread;
86 pthread_t nwamd_link_wifi_monitor_thread;
102 pthread_t nwamd_link_dlpi_thread;
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h67 pthread_t sl_tid; /* Used to track child thread */
102 pthread_t st_tid;
/titanic_50/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_iosvc.h114 pthread_t send_tid; /* tid of sending msgs 2 remote iosvc */
115 pthread_t recv_tid; /* tid of recving msgs frm rmte iosvc */
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h523 pthread_t owner;
556 (M)->owner = (pthread_t) 0, \
620 { PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, (pthread_t) 0, \
624 { PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0, \
668 { PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, (pthread_t) 0 }
671 { PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0 }
/titanic_50/usr/src/cmd/vscan/vscand/
H A Dvs_svc.c74 pthread_t vsn_tid;
124 pthread_t tid; in vs_svc_terminate()
158 pthread_t tid; in vs_svc_queue_scan_req()
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dvthread.h54 typedef pthread_t _vtself_t;
55 typedef pthread_t _vtid_t;
/titanic_50/usr/src/cmd/sendmail/include/libmilter/
H A Dmilter.h27 typedef pthread_t sthread_t;
/titanic_50/usr/src/cmd/svc/configd/
H A Dconfigd.h531 pthread_t rc_insert_thr; /* single thread trying to insert */
532 pthread_t rc_notify_thr; /* single thread waiting for notify */
577 pthread_t rl_tid;
598 pthread_t ti_thread;
/titanic_50/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.h70 pthread_t h_tid; /* Thread ID of server thread */
/titanic_50/usr/src/tools/ctf/cvt/
H A Dctfmerge.h80 pthread_t *wq_thread;

123456