Searched refs:pid_t (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_threadprio.c | 98 pid_t nPid = 0; //self in rtkit_initialize_thread() 133 rtkit_setpriority_nice(pid_t thread, int nice_level) in rtkit_setpriority_nice() 162 rtkit_setpriority_realtime(pid_t thread, int rt_priority) in rtkit_setpriority_realtime() 220 if (rtkit_setpriority_nice((pid_t)threadID, priority)) { in SDL_LinuxSetThreadPriority() 278 if (rtkit_setpriority_realtime((pid_t)threadID, osPriority)) { in SDL_LinuxSetThreadPriorityAndPolicy() 282 if (rtkit_setpriority_nice((pid_t)threadID, osPriority)) { in SDL_LinuxSetThreadPriorityAndPolicy()
|
/AliOS-Things-master/components/posix/src/ |
A D | sched.c | 17 static inline pthread_t _pid_to_pthread(pid_t pid) in _pid_to_pthread() 28 static inline pthread_tcb_t* sched_get_ptcb(pid_t pid) in sched_get_ptcb() 46 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in sched_setscheduler() 95 int sched_getscheduler(pid_t pid) in sched_getscheduler() 116 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() 162 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() 237 int sched_rr_get_interval(pid_t pid, struct timespec *interval) in sched_rr_get_interval()
|
/AliOS-Things-master/components/posix/include/ |
A D | sched.h | 29 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param); 32 int sched_rr_get_interval(pid_t pid, struct timespec *interval);
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/ |
A D | types.h | 12 typedef uint32_t pid_t; /* Used for process IDs and process group IDs. */ typedef
|
/AliOS-Things-master/components/SDL2/src/audio/esd/ |
A D | SDL_esdaudio.h | 37 pid_t parent;
|
/AliOS-Things-master/components/SDL2/src/audio/arts/ |
A D | SDL_artsaudio.h | 39 pid_t parent;
|
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/ |
A D | types.h | 18 typedef uint32_t pid_t; /* Used for process IDs and process group IDs. */ typedef
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11video.h | 79 pid_t pid;
|
A D | SDL_x11messagebox.c | 843 pid_t pid; in X11_ShowMessageBox() 867 pid_t rc; in X11_ShowMessageBox()
|
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_systhread.c | 251 pid_t linuxTid = syscall(SYS_gettid); in SDL_SYS_SetThreadPriority()
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | tinytest.c | 172 pid_t pid; in testcase_run_forked_()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | ipv6cp.c | 328 static pid_t ipv6cp_script_pid;
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 742 pid_t pid = 0;
|
Completed in 20 milliseconds