OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SleepFn
(Results
1 - 2
of
2
) sorted by null
/bionic/tests/
pthread_test.cpp
58
static void*
SleepFn
(void* arg) {
111
ASSERT_EQ(0, pthread_create(&t1, NULL,
SleepFn
, reinterpret_cast<void*>(5)));
229
ASSERT_EQ(0, pthread_create(&t1, NULL,
SleepFn
, reinterpret_cast<void*>(5)));
283
ASSERT_EQ(0, pthread_create(&t, NULL,
SleepFn
, reinterpret_cast<void*>(5)));
/bootable/recovery/edify/
expr.c
165
Value*
SleepFn
(const char* name, State* state, int argc, Expr* argv[]) {
391
RegisterFunction("sleep",
SleepFn
);
Completed in 130 milliseconds