Home
last modified time | relevance | path

Searched refs:BACKLOG_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtee_auth_common.h30 #define BACKLOG_LEN 10 macro
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_daemon.c263 if (listen(s, BACKLOG_LEN) < 0) { in CaServerWorkThread()