Searched refs:sighand (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | main.c | 57 static pthread_t sighand; variable 190 err = pthread_create(&sighand, &attr, sighandler, in init_signalhandling() 247 (void) pthread_cancel(sighand); in main() 248 (void) pthread_join(sighand, NULL); in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | main.c | 179 pthread_t sighand; in init_signalhandling() local 184 if (err = pthread_create(&sighand, &attr, sighandler, NULL)) { in init_signalhandling() 188 nlog(LOG_DEBUG, "signal handler thread: %d", sighand); in init_signalhandling()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies_verbose.pretty | 10603 ('task_struct', 'sighand')])}, 10608 ('task_struct', 'sighand')])}, 10614 ('task_struct', 'sighand')])}, 10619 ('task_struct', 'sighand')])}, 10626 ('task_struct', 'sighand')])}, 10631 ('task_struct', 'sighand')])}, 10642 ('task_struct', 'sighand')])}, 10648 ('task_struct', 'sighand')])}, 10653 ('task_struct', 'sighand')])}, 10659 ('task_struct', 'sighand')])}, [all …]
|
H A D | implicit_dependencies_verbose | 14137 ('task_struct', 'sighand')])}, 14142 ('task_struct', 'sighand')])}, 14148 ('task_struct', 'sighand')])}, 14153 ('task_struct', 'sighand')])}, 14160 ('task_struct', 'sighand')])}, 14165 ('task_struct', 'sighand')])}, 14176 ('task_struct', 'sighand')])}, 14182 ('task_struct', 'sighand')])}, 14187 ('task_struct', 'sighand')])}, 14193 ('task_struct', 'sighand')])}, [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.v1 | 242 … read_list: [(struct rlimit)->rlim_cur, (struct rlimit)->rlim_max, (struct task_struct)->sighand, ] 243 …->real_cred, (struct rlimit)->rlim_cur, (struct rlimit)->rlim_max, (struct task_struct)->sighand, ]
|