/external/linux-tools-perf/scripts/perl/ |
wakeup-latency.pl | 28 sub sched::sched_switch subroutine 51 sub sched::sched_wakeup subroutine
|
/external/ipsec-tools/src/racoon/ |
schedule.h | 42 struct sched { struct 56 TAILQ_ENTRY(sched) chain; 79 struct sched *sched_new __P((time_t, void (*func) __P((void *)), void *)); 80 void sched_kill __P((struct sched *));
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_task.c | 56 #include <sched.h> /*for sched structure */ 116 struct sched_param sched; local 149 &sched)) 151 /*TIMM_OSAL_Error("Task Init Get Sched Params failed!"); */ 155 sched.sched_priority = uPriority; /* relative to the default priority */ 157 &sched)) 159 /*TIMM_OSAL_Error("Task Init Set Sched Paramsfailed!"); */
|
/system/core/toolbox/ |
renice.c | 37 #include <sched.h> 49 int sched; local 55 sched = sched_getscheduler(pid); 56 switch (sched) { 75 sched_get_priority_min(sched), sched_get_priority_max(sched)); 96 int sched = SCHED_RR; local 109 sched = get_sched(optarg); 143 ret = sched_setscheduler(pid, sched, &sp);
|
ps.c | 46 int prio, nice, rtprio, sched, psr; local 131 sched = atoi(nexttok(&ptr)); // scheduling policy 165 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched); 241 (display_flags&SHOW_PRIO)?"PRIO NICE RTPRI SCHED ":"",
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Thread.c | 26 #include <sched.h> 214 struct sched_param sched = { 0 }; local 283 sched.sched_priority = priority; 285 if ( 0 == pthread_attr_setschedparam( &attribute, &sched ) )
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 72 import sched namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 72 import sched namespace
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir.h | 685 uint8_t sched; // scheduling data (NOTE: maybe move to separate storage) member in class:nv50_ir::Instruction
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir.h | 685 uint8_t sched; // scheduling data (NOTE: maybe move to separate storage) member in class:nv50_ir::Instruction
|