Searched refs:pthread_getschedparam (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/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()
|
| /onnv-gate/usr/src/head/ |
| H A D | pthread.h | 235 extern int pthread_getschedparam(pthread_t, int *_RESTRICT_KYWD, 381 extern int pthread_getschedparam();
|
| /onnv-gate/usr/src/lib/libpthread/common/ |
| H A D | mapfile-vers | 176 pthread_getschedparam { TYPE = FUNCTION };
|
| /onnv-gate/usr/src/lib/libthread/common/ |
| H A D | mapfile-vers | 183 pthread_getschedparam { TYPE = FUNCTION };
|
| /onnv-gate/usr/src/lib/c_synonyms/ |
| H A D | syn_common | 637 pthread_getschedparam
|
| /onnv-gate/usr/src/cmd/auditd/ |
| H A D | doorway.c | 817 (void) pthread_getschedparam(p->plg_tid, &policy, ¶m); in dump_state()
|
| /onnv-gate/usr/src/lib/libc/port/ |
| H A D | mapfile-vers | 1175 pthread_getschedparam;
|