Home
last modified time | relevance | path

Searched defs:cond (Results 26 - 50 of 629) sorted by relevance

12345678910>>...26

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H A D3-1.c24 pthread_cond_t cond; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_cond_broadcast.c29 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in pthread_cond_broadcast_0100() local
H A Dpthread_cond_signal.c28 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in pthread_cond_signal_0100() local
H A Dpthread_cond_destroy.c26 pthread_cond_t cond; in pthread_cond_destroy_0100() local
H A Dpthread_cond_init.c29 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in pthread_cond_init_0100() local
42 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in pthread_cond_init_0200() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c56 void test_check(struct test_result * result, int cond) in test_check() argument
/third_party/skia/third_party/externals/tint/src/ast/
H A Delse_statement_test.cc27 auto* cond = Expr(true); in TEST_F() local
53 auto* cond = Expr(true); in TEST_F() local
H A Dif_statement_test.cc28 auto* cond = Expr("cond"); in TEST_F() local
H A Delse_statement.cc41 auto* cond = ctx->Clone(condition); in Clone() local
24 ElseStatement(ProgramID pid, const Source& src, const Expression* cond, const BlockStatement* b) ElseStatement() argument
H A Dfor_loop_statement.cc52 auto* cond = ctx->Clone(condition); in Clone() local
24 ForLoopStatement(ProgramID pid, const Source& src, const Statement* init, const Expression* cond, const Statement* cont, const BlockStatement* b) ForLoopStatement() argument
H A Dfor_loop_statement_test.cc27 auto* cond = in TEST_F() local
H A Dif_statement.cc50 auto* cond = ctx->Clone(condition); in Clone() local
24 IfStatement(ProgramID pid, const Source& src, const Expression* cond, const BlockStatement* b, ElseStatementList else_stmts) IfStatement() argument
H A Dswitch_statement.cc44 auto* cond = ctx->Clone(condition); in Clone() local
24 SwitchStatement(ProgramID pid, const Source& src, const Expression* cond, CaseStatementList b) SwitchStatement() argument
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_if_test.cc25 auto* cond = Var("cond", ty.bool_()); in TEST_F() local
41 auto* cond = Var("cond", ty.bool_()); in TEST_F() local
62 auto* cond = Var("cond", ty.bool_()); TEST_F() local
80 auto* cond = Var("cond", ty.bool_()); TEST_F() local
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
H A D4-1.c25 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_if_test.cc27 auto* cond = Expr("cond"); in TEST_F() local
49 auto* cond = Expr("cond"); in TEST_F() local
76 auto* cond = Expr("cond"); TEST_F() local
106 auto* cond = Expr("cond"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_if_test.cc27 auto* cond = Expr("cond"); in TEST_F() local
49 auto* cond = Expr("cond"); in TEST_F() local
76 auto* cond = Expr("cond"); TEST_F() local
106 auto* cond = Expr("cond"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_if_test.cc27 auto* cond = Expr("cond"); in TEST_F() local
50 auto* cond = Expr("cond"); in TEST_F() local
75 auto* cond = Expr("cond"); TEST_F() local
105 auto* cond = Expr("cond"); TEST_F() local
[all...]
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_condition.c24 int Wait(pthread_cond_t* cond, HcMutex* mutex) in Wait() argument
36 void Notify(pthread_cond_t* cond) in Notify() argument
[all...]
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_condition.h36 pthread_cond_t cond; member
/base/startup/init/services/modules/bootchart/
H A Dbootchart.h25 pthread_cond_t cond; member
/base/security/huks/utils/condition/
H A Dhks_condition.c35 pthread_cond_t cond; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DThread.h43 typedef struct { pthread_cond_t cond; pthread_mutex_t mutex; } cond_type_struct; member
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dfsm_common.cpp38 void FsmCondInitRelative(pthread_cond_t &cond) in FsmCondInitRelative() argument
51 int32_t FsmCondTimewait(pthread_cond_t &cond, pthread_mutex_t &mutex, uint32_t delayUs) in FsmCondTimewait() argument
/foundation/resourceschedule/ffrt/src/sync/
H A Dcondition_variable.cpp31 int ffrt_cond_init(ffrt_cond_t* cond, const ffrt_condattr_t* attr) in ffrt_cond_init() argument
45 int ffrt_cond_signal(ffrt_cond_t* cond) in ffrt_cond_signal() argument
57 int ffrt_cond_broadcast(ffrt_cond_t* cond) in ffrt_cond_broadcast() argument
69 ffrt_cond_wait(ffrt_cond_t* cond, ffrt_mutex_t* mutex) ffrt_cond_wait() argument
82 ffrt_cond_timedwait(ffrt_cond_t* cond, ffrt_mutex_t* mutex, const struct timespec* time_point) ffrt_cond_timedwait() argument
101 ffrt_cond_destroy(ffrt_cond_t* cond) ffrt_cond_destroy() argument
[all...]

Completed in 6 milliseconds

12345678910>>...26