Home
last modified time | relevance | path

Searched refs:pthread_cond_init (Results 1 – 25 of 4214) sorted by relevance

12345678910>>...169

/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dpthread_cond_init.texi1 @node pthread_cond_init
2 @section @code{pthread_cond_init}
3 @findex pthread_cond_init
5 …cification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dpthread_cond_init.texi1 @node pthread_cond_init
2 @section @code{pthread_cond_init}
3 @findex pthread_cond_init
5 …fication:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html}
/dports/comms/echolinux/echolinux-0.17a/echogui/
H A DthreadFuncs.c108 if((rtn = pthread_cond_init(&serverLoggedOff, NULL)) != 0) in serverThreadInit()
110 if((rtn = pthread_cond_init(&serverQueueNotEmpty, NULL)) != 0) in serverThreadInit()
112 if((rtn = pthread_cond_init(&serverQueueNotFull, NULL)) != 0) in serverThreadInit()
114 if((rtn = pthread_cond_init(&serverQueueEmpty, NULL)) != 0) in serverThreadInit()
/dports/www/davix/davix-0.7.6/src/tools/
H A Ddavix_taskqueue.cpp30 pthread_cond_init(&popOpConvar, NULL); in DavixTaskQueue()
31 pthread_cond_init(&pushOpConvar, NULL); in DavixTaskQueue()
39 pthread_cond_init(&popOpConvar, NULL); in DavixTaskQueue()
40 pthread_cond_init(&pushOpConvar, NULL); in DavixTaskQueue()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dvst_state.cc27 pthread_cond_init (&state->window_status_change, 0); in vststate_init()
28 pthread_cond_init (&state->plugin_dispatcher_called, 0); in vststate_init()
29 pthread_cond_init (&state->window_created, 0); in vststate_init()
/dports/multimedia/mpv/mpv-0.34.1/osdep/
H A Dthreads.h39 #undef pthread_cond_init
51 #define pthread_cond_init(...) MP_PTWRAP(pthread_cond_init, __VA_ARGS__) macro
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/common/portlib/
H A DNdbCondition.c60 if ((res = pthread_cond_init(&tmp, &attr)) != 0) in NdbCondition_initialize()
101 result = pthread_cond_init(&ndb_cond->cond, &attr); in NdbCondition_Init()
106 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
109 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/common/portlib/
H A DNdbCondition.c60 if ((res = pthread_cond_init(&tmp, &attr)) != 0) in NdbCondition_initialize()
101 result = pthread_cond_init(&ndb_cond->cond, &attr); in NdbCondition_Init()
106 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
109 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/common/portlib/
H A DNdbCondition.c60 if ((res = pthread_cond_init(&tmp, &attr)) != 0) in NdbCondition_initialize()
101 result = pthread_cond_init(&ndb_cond->cond, &attr); in NdbCondition_Init()
106 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
109 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/common/portlib/
H A DNdbCondition.c60 if ((res = pthread_cond_init(&tmp, &attr)) != 0) in NdbCondition_initialize()
101 result = pthread_cond_init(&ndb_cond->cond, &attr); in NdbCondition_Init()
106 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
109 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/common/portlib/
H A DNdbCondition.c60 if ((res = pthread_cond_init(&tmp, &attr)) != 0) in NdbCondition_initialize()
101 result = pthread_cond_init(&ndb_cond->cond, &attr); in NdbCondition_Init()
106 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
109 result = pthread_cond_init(&ndb_cond->cond, NULL); in NdbCondition_Init()
/dports/devel/florist-gpl/florist-gpl-2017-src/libsrc/threads/
H A Dposix-condition_variables.adb126 function pthread_cond_init subprogspec
129 pragma Import (C, pthread_cond_init, pthread_cond_init_LINKNAME);
136 Check_NZ (pthread_cond_init (Cond.Cond, Attr.Attr));
142 Check_NZ (pthread_cond_init (Cond.Cond, null));
/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/
H A Drmd_initialize_data.c90 pthread_cond_init(&pdata->time_cond,NULL);
91 pthread_cond_init(&pdata->pause_cond,NULL);
92 pthread_cond_init(&pdata->image_buffer_ready,NULL);
93 pthread_cond_init(&pdata->sound_data_read,NULL);
94 pthread_cond_init(&pdata->theora_lib_clean,NULL);
95 pthread_cond_init(&pdata->vorbis_lib_clean,NULL);
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/platform/example/functions/threads/
H A Dcnd_init.c16 extern int pthread_cond_init( cnd_t *, _PDCLIB_cnd_attr_t * );
24 if ( pthread_cond_init( cond, NULL ) == 0 ) in cnd_init()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/thread/pthread/
H A Dpthread_helpers.hpp29 res=pthread_cond_init(&cond,&attr); in cond_init()
33 return pthread_cond_init(&cond,NULL); in cond_init()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/include/utils/
H A DCondition.h89 pthread_cond_init(&mCond, NULL);
96 pthread_cond_init(&mCond, &attr);
99 pthread_cond_init(&mCond, NULL);
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_cond_init/
H A D1-1.c36 if((rc=pthread_cond_init(&cond1,&condattr)) != 0) { in main()
43 if((rc=pthread_cond_init(&cond2,NULL)) != 0) { in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/performance/
H A Dperf_test_threads.cc57 ASSERT_EQ(pthread_cond_init(&condvar_, NULL), 0); in TestCondvarSignalNoOp()
93 ASSERT_EQ(pthread_cond_init(&condvar1_, NULL), 0); in TestThreadWakeup()
94 ASSERT_EQ(pthread_cond_init(&condvar2_, NULL), 0); in TestThreadWakeup()
/dports/cad/scotch/scotch-6.0.4/src/misc/
H A Dpthread.h275 static inline int pthread_cond_init (pthread_cond_t *cond, const pthread_condattr_t *attr) { in pthread_cond_init() function
285 winPthreadAssertPthread(pthread_cond_init(cond,NULL)); in pthread_cond_timedwait()
310 winPthreadAssertPthread(pthread_cond_init(cond,NULL)); in pthread_cond_wait()
335 winPthreadAssertPthread(pthread_cond_init(cond,NULL)); in pthread_cond_signal()
343 winPthreadAssertPthread(pthread_cond_init(cond,NULL)); in pthread_cond_broadcast()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Dannotate_hb_err.c17 pthread_cond_init(&cv, NULL); in main()
30 pthread_cond_init((pthread_cond_t*)&i, NULL); in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Dannotate_hb_err.c17 pthread_cond_init(&cv, NULL); in main()
30 pthread_cond_init((pthread_cond_t*)&i, NULL); in main()
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkConditionVariable.cxx39 int pthread_cond_init(vtkConditionType* cv, const pthread_condattr_t*) in pthread_cond_init() function
81 int pthread_cond_init(pthread_cond_t* cv, const pthread_condattr_t*) in pthread_cond_init() function
200 int pthread_cond_init(pthread_cond_t* cv, const pthread_condattr_t*) in pthread_cond_init() function
309 int result = pthread_cond_init(&this->ConditionVariable, nullptr); in vtkSimpleConditionVariable()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkConditionVariable.cxx35 int pthread_cond_init( vtkConditionType* cv, const pthread_condattr_t* ) in pthread_cond_init() function
76 int pthread_cond_init( pthread_cond_t* cv, const pthread_condattr_t* ) in pthread_cond_init() function
197 int pthread_cond_init( pthread_cond_t* cv, const pthread_condattr_t * ) in pthread_cond_init() function
309 int result = pthread_cond_init( &this->ConditionVariable, nullptr ); in vtkSimpleConditionVariable()
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dpthread_pool.c130 pthread_cond_init(&pool->run_locker,NULL); in threadpool_init()
131 pthread_cond_init(&pool->empty_locker,NULL); in threadpool_init()
132 pthread_cond_init(&pool->full_locker,NULL); in threadpool_init()
189 pthread_cond_init(&thread->run_locker,NULL); in threadpool_run()
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkConditionVariable.cxx35 int pthread_cond_init( vtkConditionType* cv, const pthread_condattr_t* ) in pthread_cond_init() function
83 int pthread_cond_init( pthread_cond_t* cv, const pthread_condattr_t* ) in pthread_cond_init() function
204 int pthread_cond_init( pthread_cond_t* cv, const pthread_condattr_t * ) in pthread_cond_init() function
316 int result = pthread_cond_init( &this->ConditionVariable, 0 ); in vtkSimpleConditionVariable()

12345678910>>...169