Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/head/
H A Dpthread.h230 extern int pthread_create(pthread_t *_RESTRICT_KYWD,
234 extern int pthread_join(pthread_t, void **);
235 extern int pthread_detach(pthread_t);
237 extern int pthread_cancel(pthread_t);
239 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
241 extern int pthread_setschedprio(pthread_t, int);
245 extern int pthread_equal(pthread_t, pthread_t);
251 extern pthread_t pthread_self(void);
252 extern int pthread_setname_np(pthread_t, const char *);
253 extern int pthread_getname_np(pthread_t, char *, size_t);
[all …]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd.h95 pthread_t s_refresh_tid;
96 pthread_t s_authsvc_tid;
97 pthread_t s_localtime_tid;
98 pthread_t s_spool_tid;
99 pthread_t s_dc_monitor_tid;
102 pthread_t s_nbt_listener_id;
103 pthread_t s_tcp_listener_id;
H A Dsmbd_pipesvc.c47 pthread_t tid;
127 pthread_t tid; in smbd_pipesvc_start()
185 pthread_t tid; in pipesvc_listener()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c50 _thr_setinherit(pthread_t tid, int inherit) in _thr_setinherit()
66 _thr_setparam(pthread_t tid, int policy, int prio) in _thr_setparam()
107 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create()
114 pthread_t tid; in pthread_create()
220 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal()
230 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param) in pthread_getschedparam()
280 pthread_setschedparam(pthread_t tid, in pthread_setschedparam()
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dsuspend_info.c92 static pthread_t
95 pthread_t tid; in vcpu0_spawn()
104 vcpu0_join(pthread_t tid) in vcpu0_join()
124 pthread_t tid; in test_plain_suspend()
160 pthread_t tid; in test_emitted_triplefault()
/illumos-gate/usr/src/test/os-tests/tests/
H A Ducontext.c30 static pthread_t tid;
38 pthread_t ltid = pthread_self(); in report()
47 pthread_t ltid = pthread_self(); in run()
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.h45 pthread_t last_reader_id;
47 pthread_t writer_id;
62 pthread_t traverser_id;
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 Dnisdb_rw.h74 pthread_t var ## _owner = INV_PTHREAD_ID
76 extern pthread_t var ## _owner
78 pthread_t var ## _owner
142 pthread_t id; /* Which thread */
H A Dnis_hashitem.c100 pthread_t myself = pthread_self(); in __nis_lock_hash_table()
349 pthread_t me = pthread_self(); in __nis_find_item_mt()
408 pthread_t mtid; in __nis_pop_item_mt()
501 pthread_t mtid; in __nis_remove_item_mt()
/illumos-gate/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.h48 void (*fto_waitcancel)(pthread_t);
66 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()
/illumos-gate/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 |\
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c544 pthread_t mythreadno; in openklog()
615 pthread_t mythreadno; in sys_poll()
685 pthread_t mythreadno; in getkmsg()
797 pthread_t mythreadno; in net_poll()
968 pthread_t mythreadno; in logmymsg()
1003 pthread_t mythreadno; in shutdown_msg()
1034 pthread_t mythreadno; in flushmsg()
1066 pthread_t mythreadno; in formatnet()
1109 pthread_t mythreadno; in formatsys()
1205 pthread_t mythreadno; in logmsg()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h86 pthread_t nwamd_link_wifi_scan_thread;
87 pthread_t nwamd_link_wifi_monitor_thread;
103 pthread_t nwamd_link_dlpi_thread;
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h65 pthread_t sl_tid; /* Used to track child thread */
100 pthread_t st_tid;
/illumos-gate/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 }
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_svc.c72 pthread_t vsn_tid;
122 pthread_t tid; in vs_svc_terminate()
156 pthread_t tid; in vs_svc_queue_scan_req()
/illumos-gate/usr/src/test/libc-tests/tests/threads/
H A Dpthread_attr_get_np.c165 pthread_t thr; in pgn_set_one()
270 pthread_t thr; in pgn_set_two()
304 pthread_t thr; in pgn_set_three()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dvthread.h54 typedef pthread_t _vtself_t;
55 typedef pthread_t _vtid_t;
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h530 pthread_t rc_insert_thr; /* single thread trying to insert */
531 pthread_t rc_notify_thr; /* single thread waiting for notify */
576 pthread_t rl_tid;
597 pthread_t ti_thread;
/illumos-gate/usr/src/cmd/bhyve/
H A Drfb_impl.h226 pthread_t rc_rx_tid;
227 pthread_t rc_tx_tid;
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmilter.h25 typedef pthread_t sthread_t;

123456