Home
last modified time | relevance | path

Searched refs:allow_reuse (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Devent_pool.cc31 EventPool::EventPool(bool allow_reuse) in EventPool() argument
32 : allow_reuse_(allow_reuse), next_sequence_number_(0) {} in EventPool()
Devent_pool.h66 explicit EventPool(bool allow_reuse);
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c963 int allow_reuse, int *sta_removed) in sae_sm_step() argument
987 !allow_reuse, status_code); in sae_sm_step()
1334 int allow_reuse = 0; in handle_auth_sae() local
1424 allow_reuse = 1; in handle_auth_sae()
1472 if (!token && use_sae_anti_clogging(hapd) && !allow_reuse) { in handle_auth_sae()
1493 status_code, allow_reuse, &sta_removed); in handle_auth_sae()