Home
last modified time | relevance | path

Searched defs:canceled (Results 1 – 14 of 14) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_memcached_request.h54 bool canceled; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D3-1.c51 static volatile int canceled; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
Dstress.c89 static long long canceled, ended; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D3-2.c97 static int canceled = 0; variable
D1-2.c91 static int canceled = 0; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress2.c186 long canceled; member
417 long canceled = 0; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress2.c195 long canceled; member
426 long canceled = 0; in main() local
Dstress.c195 long canceled; member
426 long canceled = 0; in main() local
/third_party/node/deps/v8/src/tasks/
Dcancelable-task.h71 bool canceled() const { return canceled_; } in canceled() function
/third_party/python/Tools/pynche/
DSwitchboard.py134 def canceled(self, flag=1): member in Switchboard
/third_party/node/deps/nghttp2/lib/
Dnghttp2_outbound_item.h45 uint8_t canceled; member
/third_party/nghttp2/lib/
Dnghttp2_outbound_item.h45 uint8_t canceled; member
/third_party/python/Lib/idlelib/
Dpyshell.py1036 canceled = False variable in PyShell
/third_party/node/lib/
Dnet.js1108 function internalConnectMultiple(context, canceled) { argument