Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ pthread_cond_wait
Function
pthread_cond_wait
mysys/my_wincond.c:322–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
320
321
322
int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
323
{
324
return pthread_cond_timedwait(cond, mutex, NULL);
325
}
326
327
328
int pthread_attr_init(pthread_attr_t *connect_att)
Callers
6
my_rw_rdlock
Function · 0.85
my_rw_wrlock
Function · 0.85
rw_pr_wrlock
Function · 0.85
sigwait
Function · 0.85
safe_cond_wait
Function · 0.85
wait_tcp_ready
Function · 0.85
Calls
1
pthread_cond_timedwait
Function · 0.85
Tested by
1
wait_tcp_ready
Function · 0.68