| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_thread_cond.c | 13 ngx_thread_cond_create(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_create() 28 ngx_thread_cond_destroy(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_destroy() 43 ngx_thread_cond_signal(ngx_thread_cond_t *cond, ngx_log_t *log) in ngx_thread_cond_signal() 58 ngx_thread_cond_wait(ngx_thread_cond_t *cond, ngx_thread_mutex_t *mtx, in ngx_thread_cond_wait()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.c | 103 int ZSTD_pthread_cond_init(ZSTD_pthread_cond_t* cond, pthread_condattr_t const* attr) in ZSTD_pthread_cond_init() 111 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) in ZSTD_pthread_cond_destroy()
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | rte_dpaa_logs.h | 18 #define DPAA_BUS_HWWARN(cond, fmt, args...) \ argument 24 #define DPAA_BUS_HWWARN(cond, fmt, args...) do { } while (0) argument
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | dpaax_logs.h | 13 #define DPAAX_HWWARN(cond, fmt, args...) \ argument 19 #define DPAAX_HWWARN(cond, fmt, args...) do { } while (0) argument
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_cuckoo_hash.h | 24 #define RETURN_IF_TRUE(cond, retval) do { \ argument 29 #define RETURN_IF_TRUE(cond, retval) argument 33 #define ERR_IF_TRUE(cond, fmt, args...) do { \ argument 40 #define ERR_IF_TRUE(cond, fmt, args...) argument
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | pthread_shim.c | 301 int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast() 318 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() 325 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() 334 int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal() 344 pthread_cond_timedwait(pthread_cond_t *__rte_restrict cond, in pthread_cond_timedwait() 352 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper-cfg.h | 81 #define cvmx_helper_cfg_assert(cond) \ argument
|
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_platform.h | 21 #define ena_assert_msg(cond, msg) \ argument
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_cond.c | 39 lthread_cond_init(char *name, struct lthread_cond **cond, in lthread_cond_init()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/ |
| H A D | assert.h | 54 #define VERIFY(cond) \ argument 57 #define verify(cond) \ argument
|
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm6_perf.c | 18 #define TEST_LPM_ASSERT(cond) do { \ argument
|
| H A D | test_fib6_perf.c | 18 #define TEST_FIB_ASSERT(cond) do { \ argument
|
| H A D | test_hash_multiwriter.c | 23 #define RETURN_IF_ERROR(cond, str, ...) do { \ argument
|
| H A D | test_hash.c | 47 #define RETURN_IF_ERROR(cond, str, ...) do { \ argument 55 #define RETURN_IF_ERROR_FBK(cond, str, ...) do { \ argument 63 #define RETURN_IF_ERROR_RCU_QSBR(cond, str, ...) do { \ argument
|
| H A D | test_rcu_qsbr.c | 19 #define TEST_RCU_QSBR_RETURN_IF_ERROR(cond, str, ...) \ argument 29 #define TEST_RCU_QSBR_GOTO_IF_ERROR(label, cond, str, ...) \ argument
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_test.h | 19 #define RTE_TEST_ASSERT(cond, msg, ...) do { \ argument
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | background_thread_structs.h | 24 pthread_cond_t cond; member
|
| /f-stack/freebsd/sys/ |
| H A D | fail.h | 227 #define _FAIL_POINT_EVAL(name, cond, code...) \ argument 354 #define KFAIL_POINT_CODE_COND(parent, name, cond, flags, code...) \ argument
|
| H A D | refcount.h | 177 #define _refcount_release_if_cond(cond, name) \ argument
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zutil.h | 244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 251 # define Assert(cond,msg) argument
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | cover.h | 34 ZSTD_pthread_cond_t cond; member
|
| /f-stack/lib/ |
| H A D | ff_kern_synch.c | 65 struct cv cond; member
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 558 #define JUMP(program, addr, jump_type, test_type, cond) \ argument 575 #define JUMP_INC(program, addr, test_type, cond, src_dst) \ argument 592 #define JUMP_DEC(program, addr, test_type, cond, src_dst) \ argument
|
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | common.h | 42 #define CHECK(cond, ...) \ argument
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | main.h | 27 #define TEST_ASSERT(cond, msg, ...) do { \ argument
|