Searched refs:check_param (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/ |
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/ |
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()
|
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/ |
D | tinyalsa.c | 87 static int check_param(struct bat *bat, struct pcm_params *params, in check_param() function 132 err = check_param(bat, params, PCM_PARAM_RATE, in check_playback_params() 136 err = check_param(bat, params, PCM_PARAM_CHANNELS, in check_playback_params() 140 err = check_param(bat, params, PCM_PARAM_SAMPLE_BITS, in check_playback_params() 144 err = check_param(bat, params, PCM_PARAM_PERIOD_SIZE, in check_playback_params() 148 err = check_param(bat, params, PCM_PARAM_PERIODS, in check_playback_params()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | xml_consistency.py | 272 def check_param(self, param): member in Checker 276 super().check_param(param)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | consistency_tools.py | 256 def check_param(self, param): member in XMLChecker 300 self.check_param(param)
|