Home
last modified time | relevance | path

Searched refs:PTHREAD_SCOPE_SYSTEM (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/threads/
H A Dpthread_attr_get_np.c149 VERIFY3S(nscope, ==, PTHREAD_SCOPE_SYSTEM); in pgn_set_one_thr()
173 VERIFY0(pthread_attr_setscope(&pgn_thr_attr, PTHREAD_SCOPE_SYSTEM)); in pgn_set_one()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dpthread_h.cfg36 value | PTHREAD_SCOPE_SYSTEM | int | pthread.h | POSIX-1995+ SUSv2+
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c278 (scope == PTHREAD_SCOPE_SYSTEM || in pthread_attr_setscope()
596 ap->scope = PTHREAD_SCOPE_SYSTEM; in pthread_attr_get_np()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c568 PTHREAD_SCOPE_SYSTEM) != 0)) in fcal_leds_init()
584 PTHREAD_SCOPE_SYSTEM) != 0)) in fcal_leds_init()
/illumos-gate/usr/src/head/
H A Dpthread.h55 #define PTHREAD_SCOPE_SYSTEM 0x01 /* = THR_BOUND */ macro
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c732 (void) pthread_attr_setscope(&thread_attr, PTHREAD_SCOPE_SYSTEM); in main()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c359 (void) pthread_attr_setscope(&xsub_thrattr, PTHREAD_SCOPE_SYSTEM); in xsub_thrattr_init()
H A Dlibsysevent.c2053 (void) pthread_attr_setscope(&xdoor_thrattr, PTHREAD_SCOPE_SYSTEM); in xdoor_thrattr_init()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c953 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) in envd_setup()
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c1534 if ((err = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM)) != 0) in sm_door_server_create()
2975 PTHREAD_SCOPE_SYSTEM); in main()
3006 PTHREAD_SCOPE_SYSTEM); in main()
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c1007 (void) pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in picld_server_create_fn()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c1469 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) { in envd_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c1805 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) { in envd_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c2259 PTHREAD_SCOPE_SYSTEM) != 0)) in disk_leds_init()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c2231 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) { in envd_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2588 pthread_attr_setscope(&thr_attr, PTHREAD_SCOPE_SYSTEM) != 0) in envd_setup()
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c3581 (void) pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in xptree_initialize()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c3803 PTHREAD_SCOPE_SYSTEM) != 0)) in disk_leds_init()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c2970 (void) pthread_attr_setscope(&door_thr_attr, PTHREAD_SCOPE_SYSTEM); in init()