Searched refs:rt_init_long (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/realtime/include/ |
H A D | librttest.h | 190 /* rt_init_long: initialize librttest 224 int rt_init_long(const char *options, const struct option *longopts, 228 /* rt_init: same as rt_init_long with no long options */
|
/third_party/ltp/testcases/realtime/lib/ |
H A D | librttest.c | 105 int rt_init_long(const char *options, const struct option *longopts, in rt_init_long() function 243 return rt_init_long(options, NULL, parse_arg, argc, argv); in rt_init()
|
/third_party/ltp/testcases/realtime/perf/latency/ |
H A D | pthread_cond_many.c | 293 rt_init_long("ahi:n:r", longopts, parse_args, argc, argv); in main()
|
Completed in 2 milliseconds