1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Split timed-wait functions out of nptl/lowlevellock.c.

This commit is contained in:
Roland McGrath
2015-05-26 14:49:13 -07:00
parent 97554e4382
commit 68c97aef62
15 changed files with 160 additions and 84 deletions

View File

@ -0,0 +1 @@
/* __lll_timedlock_wait is in lowlevellock.S. */

View File

@ -0,0 +1 @@
/* __lll_timedwait_tid is in lowlevellock.S. */

View File

@ -0,0 +1 @@
#include "../i486/lll_timedlock_wait.c"

View File

@ -0,0 +1 @@
#include "../i486/lll_timedwait_tid.c"

View File

@ -0,0 +1 @@
#include "../i486/lll_timedlock_wait.c"

View File

@ -0,0 +1 @@
#include "../i486/lll_timedwait_tid.c"

View File

@ -0,0 +1 @@
/* __lll_timedlock_wait is in lowlevellock.S. */

View File

@ -0,0 +1 @@
/* __lll_timedwait_tid is in lowlevellock.S. */