Searched refs:is_command (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/system/kernel/ |
H A D | advisory_locking_test.cpp | 88 is_command(const char* op, const char* command1, const char* command2) in is_command() function 110 if (is_command(op, "wait", NULL)) { in main() 122 if (is_command(op, "read", "shared")) in main() 124 else if (is_command(op, "write", "exclusive")) in main() 126 else if (is_command(op, "unlock", "remove")) in main()
|