MCPcopy Create free account

hub / github.com/3rdparty/libprocess / functions

Functions1,355 in github.com/3rdparty/libprocess

↓ 1 callersMethodexited
src/process.cpp:2274
↓ 1 callersMethodexpired
Returns true if the timeout expired.
include/process/timeout.hpp:90
↓ 1 callersMethodextend
src/memory_profiler.cpp:573
↓ 1 callersFunctionfailedFuture
src/tests/future_tests.cpp:428
↓ 1 callersMethodfilter
include/process/gmock.hpp:279
↓ 1 callersFunctionforeach
src/process.cpp:833
↓ 1 callersMethodget
include/process/http.hpp:489
↓ 1 callersMethodget
include/process/queue.hpp:56
↓ 1 callersFunctiongetTemporaryDirectoryPath
src/memory_profiler.cpp:280
↓ 1 callersMethodget_persistent_socket
src/process.cpp:1719
↓ 1 callersMethodhandle
src/process.cpp:2583
↓ 1 callersFunctionhandleWhitelistFds
Close any file descriptors that are not stdio file descriptors and not explicitly whitelisted to avoid leaking them into the forked process. And unset
src/posix/subprocess.hpp:84
↓ 1 callersFunctionhandle_io
src/windows/libwinio.cpp:154
↓ 1 callersFunctioninit_connect_ex
The MSDN docs state that `::ConnectEx` must be retrieved through `::WSAIoctl`. See the remarks section of the docs: https://msdn.microsoft.com/en-us/l
src/windows/libwinio.cpp:604
↓ 1 callersMethodinit_threads
src/process.cpp:2481
↓ 1 callersFunctioninitialize
src/openssl.cpp:766
↓ 1 callersMethodinitialize
src/process.cpp:4011
↓ 1 callersFunctioninitialize_ecdh_curve
Sets the elliptic curve parameters for the given context in order to enable ECDH ciphers. Adapted from NGINX SSL initialization code: https://github.c
src/openssl.cpp:346
↓ 1 callersMethodinstall
src/process.cpp:414
↓ 1 callersMethodinstallFirewall
src/process.cpp:3288
↓ 1 callersMethodlatest
include/process/timeseries.hpp:109
↓ 1 callersMethodlaunchTimer
src/windows/libwinio.cpp:348
↓ 1 callersFunctionlibprocess
Returns true if `request` contains an inbound libprocess message. A libprocess message can either be sent by another instance of libprocess (i.e. both
src/process.cpp:704
↓ 1 callersMethodlisten
include/process/socket.hpp:352
↓ 1 callersMethodopen
Opens the gate and notifies all the waiters.
src/gate.hpp:37
↓ 1 callersFunctionparse
src/process.cpp:734
↓ 1 callersFunctionpendingFuture
src/tests/future_tests.cpp:434
↓ 1 callersFunctionprepare_async
src/windows/io.cpp:79
↓ 1 callersFunctionread
src/windows/io.cpp:34
↓ 1 callersFunctionreadyFuture
src/tests/future_tests.cpp:422
↓ 1 callersFunctionreceive
src/http.cpp:1824
↓ 1 callersFunctionreceive
src/process.cpp:801
↓ 1 callersFunctionrecv
src/windows/libwinio.cpp:540
↓ 1 callersMethodrecv_callback
Only runs in event loop. No locks required. See 'Locking' note at top of file.
src/posix/libevent/libevent_ssl_socket.cpp:223
↓ 1 callersMethodregisterHandle
NOTE: The following functions use `int_fd` instead of the native Win32 `HANDLE`, because they are the more "public" libwinio APIs that interface direc
src/windows/libwinio.cpp:397
↓ 1 callersMethodrelease
include/process/owned.hpp:177
↓ 1 callersMethodresolve
src/process.cpp:3968
↓ 1 callersMethodrun
src/tests/benchmarks.cpp:125
↓ 1 callersMethodrun
include/process/loop.hpp:333
↓ 1 callersFunctionsendfile
src/http.cpp:1589
↓ 1 callersMethodserve
include/process/run.hpp:41
↓ 1 callersMethodsetAuthenticator
src/authenticator_manager.cpp:61
↓ 1 callersMethodshare
include/process/owned.hpp:157
↓ 1 callersFunctionsnapshot
include/process/metrics/metrics.hpp:121
↓ 1 callersMethodspawn
src/process.cpp:2858
↓ 1 callersFunctionsplice
src/io.cpp:93
↓ 1 callersFunctionstartProfiling
src/memory_profiler.cpp:370
↓ 1 callersMethodstop
src/http.cpp:2291
↓ 1 callersFunctionstopProfiling
src/memory_profiler.cpp:376
↓ 1 callersFunctionstream
src/http.cpp:1656
↓ 1 callersFunctionsubprocess
* Overload of 'subprocess' for launching a shell command, i.e., 'sh * -c command'. * * Currently, we do not support flags for shell command variant
include/process/subprocess.hpp:404
↓ 1 callersMethodterminate
src/process.cpp:3198
↓ 1 callersMethodunproxy
src/process.cpp:1763
↓ 1 callersMethodunsetAuthenticator
src/authenticator_manager.cpp:71
↓ 1 callersMethodverify
src/tests/sequence_tests.cpp:219
↓ 1 callersFunctionverify_rsa_sha256
src/ssl/utilities.cpp:444
↓ 1 callersMethodvisit
include/process/filter.hpp:53
↓ 1 callersMethodwait
src/semaphore.hpp:51
↓ 1 callersFunctionworkers
src/process.cpp:1364
↓ 1 callersMethodworkers
src/process.cpp:426
↓ 1 callersFunctionwrite
src/windows/io.cpp:56
↓ 1 callersFunctionwriteJemallocSetting
src/memory_profiler.cpp:245
FunctionACTION_P2
include/process/gmock.hpp:147
FunctionACTION_TEMPLATE
include/process/gmock.hpp:72
MethodANY_ANY
include/process/address.hpp:163
FunctionAUTHORIZATION
include/process/help.hpp:95
MethodAcceptRequest
src/posix/libevent/libevent_ssl_socket.hpp:77
MethodAccepted
include/process/http.hpp:687
MethodAddress
include/process/address.hpp:54
MethodAsVisitor
include/process/event.hpp:87
MethodAsyncExecutor
include/process/async.hpp:167
MethodAsyncExecutorProcess
include/process/async.hpp:73
MethodAuthenticatorManager
src/authenticator_manager.cpp:120
MethodAuthenticatorManagerProcess
src/authenticator_manager.cpp:57
FunctionAwait
include/process/gtest.hpp:104
FunctionAwaitAssertAbandoned
include/process/gtest.hpp:186
FunctionAwaitAssertDiscarded
include/process/gtest.hpp:164
FunctionAwaitAssertEq
include/process/gtest.hpp:218
FunctionAwaitAssertExitStatusEq
include/process/gtest.hpp:621
FunctionAwaitAssertExitStatusNe
include/process/gtest.hpp:668
FunctionAwaitAssertFailed
include/process/gtest.hpp:142
FunctionAwaitAssertResponseBodyEq
include/process/gtest.hpp:464
FunctionAwaitAssertResponseHeaderEq
include/process/gtest.hpp:513
FunctionAwaitAssertResponseStatusEq
include/process/gtest.hpp:414
FunctionAwaitAssertTermSigEq
include/process/gtest.hpp:758
FunctionAwaitAssertTermSigNe
include/process/gtest.hpp:805
MethodAwaitProcess
include/process/collect.hpp:205
MethodBadRequest
include/process/http.hpp:707
MethodBasicAuthenticator
src/authenticator.cpp:123
MethodBasicAuthenticatorProcess
src/authenticator.cpp:76
MethodBreak
include/process/loop.hpp:189
MethodCHDIR
src/subprocess.cpp:75
MethodCREATE_JOB
include/process/windows/jobobject.hpp:84
MethodChildHook
src/subprocess.cpp:70
MethodClient
src/tests/benchmarks.cpp:420
MethodClientProcess
src/tests/benchmarks.cpp:108
MethodClockTestEventListener
include/process/gtest.hpp:58
MethodCollectProcess
include/process/collect.hpp:122
MethodConflict
include/process/http.hpp:797
MethodConnection
src/http.cpp:1391
← previousnext →301–400 of 1,355, ranked by callers