Searched refs:pthread_getschedparam (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 193 #pragma weak _pthread_getschedparam = pthread_getschedparam 195 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param) in pthread_getschedparam() function 236 if ((error = pthread_getschedparam(tid, &policy, ¶m)) == 0) in thr_getprio() 263 if ((error = pthread_getschedparam(tid, &policy, ¶m)) != 0) in thr_setprio()
|
/titanic_41/usr/src/head/ |
H A D | pthread.h | 225 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD,
|
/titanic_41/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 176 pthread_getschedparam { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 183 pthread_getschedparam { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 637 pthread_getschedparam
|
/titanic_41/usr/src/cmd/auditd/ |
H A D | doorway.c | 817 (void) pthread_getschedparam(p->plg_tid, &policy, ¶m); in dump_state()
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 317 pthread_getschedparam.3c \ 2004 pthread_setschedparam.3c := LINKSRC = pthread_getschedparam.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1349 pthread_getschedparam;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 312 file path=usr/share/man/man3c/pthread_getschedparam.3c 1091 target=pthread_getschedparam.3c
|