Home
last modified time | relevance | path

Searched defs:Wait (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/process/
Dprocess_process_test.cpp36 void Wait(const char *ptr, int scount) in Wait() function
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
Dnet_socket_test_003.cpp50 #define Wait() pthread_barrier_wait(&gBarrier) macro
/kernel/linux/linux-5.10/drivers/block/paride/
Dpd.c360 enum action {Fail = 0, Ok = 1, Hold, Wait}; enumerator