Home
last modified time | relevance | path

Searched refs:pid_t (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_threadprio.c98 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 Dsched.c17 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 Dsched.h29 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 Dtypes.h12 typedef uint32_t pid_t; /* Used for process IDs and process group IDs. */ typedef
/AliOS-Things-master/components/SDL2/src/audio/esd/
A DSDL_esdaudio.h37 pid_t parent;
/AliOS-Things-master/components/SDL2/src/audio/arts/
A DSDL_artsaudio.h39 pid_t parent;
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dtypes.h18 typedef uint32_t pid_t; /* Used for process IDs and process group IDs. */ typedef
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.h79 pid_t pid;
A DSDL_x11messagebox.c843 pid_t pid; in X11_ShowMessageBox()
867 pid_t rc; in X11_ShowMessageBox()
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systhread.c251 pid_t linuxTid = syscall(SYS_gettid); in SDL_SYS_SetThreadPriority()
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/
A Dtinytest.c172 pid_t pid; in testcase_run_forked_()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dipv6cp.c328 static pid_t ipv6cp_script_pid;
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/
A DSDL_coreaudio.m742 pid_t pid = 0;

Completed in 20 milliseconds