Searched refs:pause (Results 1 – 9 of 9) sorted by relevance
32 int pause() { in pause() function
268 int pause(void);
345 FUNCTION(pause, int (*f)(void)); in unistd_h()
622 pause
226 TEST(UNISTD_TEST, pause) { in TEST() argument231 ASSERT_EQ(-1, pause()); in TEST()
33 This function, when called, should pause all threads that are making a
723 pause;
1091 "bionic/pause.cpp",