Searched refs:check_param (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/ |
H A D | 1-3.c | 46 static void check_param(pthread_t thread, int policy, int priority) in check_param() function 75 check_param(self, SCHED_RR, sched_get_priority_min(SCHED_RR)); in threaded() 89 check_param(self, SCHED_FIFO, sched_get_priority_min(SCHED_FIFO)); in threaded() 103 check_param(self, SCHED_FIFO, sched_get_priority_max(SCHED_FIFO)); in threaded() 165 check_param(child, SCHED_RR, sp.sched_priority); in main() 191 check_param(child, SCHED_FIFO, sp.sched_priority); in main() 217 check_param(child, SCHED_FIFO, sched_get_priority_max(SCHED_FIFO)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
H A D | 4-1.c | 79 static void check_param(pthread_t thread, int policy, int priority) in check_param() function 129 check_param(pthread_self(), SCHED_RR, sp.sched_priority); in threaded() 140 check_param(pthread_self(), SCHED_RR, sp.sched_priority - 1); in threaded()
|
H A D | 1-2.c | 77 static void check_param(pthread_t thread, int policy, int priority) in check_param() function 122 check_param(pthread_self(), SCHED_RR, sched_get_priority_min(SCHED_RR)); in controler()
|
/third_party/alsa-utils/bat/ |
H A D | tinyalsa.c | 88 static int check_param(struct bat *bat, struct pcm_params *params, in check_param() function 133 err = check_param(bat, params, PCM_PARAM_RATE, in check_playback_params() 137 err = check_param(bat, params, PCM_PARAM_CHANNELS, in check_playback_params() 141 err = check_param(bat, params, PCM_PARAM_SAMPLE_BITS, in check_playback_params() 145 err = check_param(bat, params, PCM_PARAM_PERIOD_SIZE, in check_playback_params() 149 err = check_param(bat, params, PCM_PARAM_PERIODS, in check_playback_params()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.h | 171 int (*check_param) (pixma_t *, pixma_scan_param_t *); member
|
H A D | pixma_common.c | 1094 if (s->ops->check_param (s, sp) < 0) in pixma_check_scan_param() 1154 if (s->ops->check_param (s, sp) < 0) in pixma_check_scan_param()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | consistency_tools.py | 256 def check_param(self, param): member in XMLChecker 300 self.check_param(param)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | xml_consistency.py | 330 def check_param(self, param): member in Checker 334 super().check_param(param)
|
Completed in 7 milliseconds