Home
last modified time | relevance | path

Searched refs:read_flag (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-7.c153 #define read_flag(A) _read_flag(__FUNCTION__,__LINE__) macro
156 #define while_not_flag(A,B) while (read_flag() != (A) && !thread_quit(B))
205 while (((f = read_flag()) == HIGH_GRAB_MUTEX in med_prio_thread()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c923 static int read_flag(const char *filepath, char *flagp) in read_flag() function
949 return read_flag(buf, flagp); in load_flag()
1117 if (read_flag(cpupath, &online) < 0) in cpu_online()